-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Description
pytest-django/pytest_django/plugin.py
Line 473 in 162263f
dj_settings.DEBUG = False |
Currently django is hard codded to not allow debug. This means that static files are not served, even when debug is set as true. So in my tests when loading from staticfiles_storage the files are not found without a collect static. What is the expected way to deal with this?
S-Mann and countermeasure
Metadata
Metadata
Assignees
Labels
No labels