• Jon Dufresne's avatar
    Simplified temporary directory handling in AdminScriptTestCase. · 487d904b
    Jon Dufresne yazdı
    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.
    487d904b
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
models.py Loading commit data...
runner.py Loading commit data...
test_debug_sql.py Loading commit data...
test_discover_runner.py Loading commit data...
test_parallel.py Loading commit data...
tests.py Loading commit data...