1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00
django/tests/staticfiles_tests
2017-07-29 19:07:23 -04: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
test_storage.py Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
test_templatetags.py
test_views.py