1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/tests/staticfiles_tests
Aymeric Augustin bf2c969eb7 Prevented staticfiles test from colliding when run in parallel.
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-09-09 23:01:17 +02:00
..
apps
project
urls
__init__.py
cases.py
settings.py Prevented staticfiles test from colliding when run in parallel. 2015-09-09 23:01:17 +02:00
storage.py
test_finders.py
test_liveserver.py
test_management.py Prevented staticfiles test from colliding when run in parallel. 2015-09-09 23:01:17 +02:00
test_storage.py Prevented staticfiles test from colliding when run in parallel. 2015-09-09 23:01:17 +02:00
test_templatetags.py
test_views.py