populate command call once for all tests

This commit is contained in:
maréchal
2023-04-28 11:36:02 +02:00
parent 66fcb76cb5
commit af4c9cbdd4
14 changed files with 77 additions and 117 deletions

View File

@ -113,6 +113,8 @@ MIDDLEWARE = (
"core.middleware.SignalRequestMiddleware",
)
TEST_RUNNER = "sith.testrunner.SithTestRunner"
ROOT_URLCONF = "sith.urls"
TEMPLATES = [