mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
487d904bf2
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.