Commit 72712755 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

Ignore coverage HTML report output dir in tests.

Added it to the list of dirs ignored by tests/runtests.py.
parent 32a962bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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',