0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/tests/handlers
Carlton Gibson 236e6cb588 Refs #31407 -- Handled potential exception in test cleanup.
The test view may not be called when running the tests with
--parallel=2 or greater. Catch the AttributeError for this case.
2022-02-15 14:38:19 +01:00
..
templates
__init__.py
test_exception.py
tests_custom_error_handlers.py
tests.py
urls.py
views.py Refs #31407 -- Handled potential exception in test cleanup. 2022-02-15 14:38:19 +01:00