summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/settings.py
AgeCommit message (Collapse)Author
2015-09-09Prevented staticfiles test from colliding when run in parallel.Aymeric Augustin
This requires that each test never alters files in static directories collected by other tests. The alternative is to add a temporary directory to STATICFILES_DIRS or a new app to INSTALLED_APPS.
2015-07-01Fixed #24982 -- Split staticfiles tests into multiple filesMoritz Sichert