1
0
mirror of https://github.com/django/django.git synced 2025-01-05 07:55:47 +00:00
django/tests/staticfiles_tests
2017-08-23 23:05:18 +02:00
..
apps
project
urls
__init__.py
cases.py
settings.py
storage.py Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
test_checks.py
test_finders.py Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00
test_forms.py
test_liveserver.py
test_management.py Fixed #27796 -- Prevented middleware being loaded twice with runserver 2017-08-23 23:05:18 +02:00
test_storage.py
test_templatetags.py
test_views.py