heroku / python-getting-started

Getting Started with Python on Heroku.
https://devcenter.heroku.com/articles/getting-started-with-python
6 stars 0 forks source link

Remove `HerokuDiscoverRunner` #193

Closed edmorley closed 1 year ago

edmorley commented 1 year ago

The custom test runner class HerokuDiscoverRunner (and its associated TEST database config options) have been removed, since they are unnecessary for tests to work in CI (Django now configures everything we need itself).

edmorley commented 1 year ago

Ah this has a dependency on the optional DB changes, so I'll leave this in that PR and not split it out after all.