aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gunicorn_utils.py (follow)
Commit message (Collapse)AuthorAgeLines
* Kill process after waiting for it to terminateGravatar wookie1842023-06-23-2/+3
|
* Attempt to fix flaky integration testsGravatar wookie1842023-06-22-0/+11
|
* Fix issue when running individual integration testsGravatar wookie1842023-06-22-0/+6
|
* Add black and isortGravatar MarkKoz2022-06-03-1/+3
|
* Import the WSGI app via the config during testsGravatar MarkKoz2022-06-01-9/+7
| | | | | Relying more on gunicorn and its config parsing will avoid discrepancies between the test and production environments.
* Remove redundant module for creating the WSGI appGravatar MarkKoz2022-05-30-2/+2
|
* Add a test for #83Gravatar MarkKoz2021-12-21-0/+80