Closed edmorley closed 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).
HerokuDiscoverRunner
TEST
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.
The custom test runner class
HerokuDiscoverRunner
(and its associatedTEST
database config options) have been removed, since they are unnecessary for tests to work in CI (Django now configures everything we need itself).