summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_integration.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-5/+12
* Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s enco...Jon Dufresne2019-11-041-3/+3
* Ensured that our django checkout is in the pythonpath during tests.Florian Apolloner2019-05-141-0/+5
* Replaced manual current directory management with subprocess's cwd argument.Jon Dufresne2019-02-051-3/+1
* Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.Tim Graham2019-01-231-1/+3
* Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ...Nasir Hussain2019-01-221-0/+17