diff --git a/recipes/settings.py b/recipes/settings.py index 9f12286b..a14c7c0d 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -241,3 +241,5 @@ MEDIA_ROOT = os.path.join(BASE_DIR, "mediafiles") # Serve static files with gzip STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' + +TEST_RUNNER = "cookbook.helper.CustomTestRunner.CustomTestRunner"