aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gunicorn_utils.py (follow)
Commit message (Collapse)AuthorAgeLines
* 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