django/tests/logging_tests
Jon Dufresne 487d904bf2 Simplified temporary directory handling in AdminScriptTestCase.
Use tempfile.TemporaryDirectory() in AdminScriptTestCase.setUp()
to create and destroy a temporary directory for each test. It removes
the need for individual tests to delete files.

For test classes that don't use the temporary directory, inherit from
SimpleTestCase.
2019-02-05 12:11:54 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
logconfig.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Simplified temporary directory handling in AdminScriptTestCase. 2019-02-05 12:11:54 -05:00
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
urls_i18n.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
views.py Fixed #26688 -- Fixed HTTP request logging inconsistencies. 2018-05-04 20:55:03 -04:00