Kaydet (Commit) 72712755 authored tarafından Ramiro Morales's avatar Ramiro Morales

Ignore coverage HTML report output dir in tests.

Added it to the list of dirs ignored by tests/runtests.py.
üst 32a962bd
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment