Loading tests/runtests.py +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ TEMP_DIR = tempfile.mkdtemp(prefix='django_') os.environ['DJANGO_TEST_TEMP_DIR'] = TEMP_DIR SUBDIRS_TO_SKIP = [ 'coverage_html', 'data', 'requirements', 'templates', Loading Loading
tests/runtests.py +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ TEMP_DIR = tempfile.mkdtemp(prefix='django_') os.environ['DJANGO_TEST_TEMP_DIR'] = TEMP_DIR SUBDIRS_TO_SKIP = [ 'coverage_html', 'data', 'requirements', 'templates', Loading