test(backend): switch to django test runner

This commit is contained in:
2026-04-30 12:41:38 +03:30
parent a2de2a133c
commit 204225dd16
8 changed files with 70 additions and 8 deletions

View File

@@ -28,3 +28,4 @@ CELERY_TASK_ALWAYS_EAGER = True
CELERY_TASK_EAGER_PROPAGATES = True
EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
TEST_RUNNER = "config.test_runner.AppDiscoverRunner"