Ignore coverage HTML report output dir in tests.

Added it to the list of dirs ignored by tests/runtests.py.
This commit is contained in:
Ramiro Morales 2013-08-25 19:09:03 -03:00
parent 32a962bdbf
commit 72712755c4
1 changed files with 1 additions and 0 deletions

View File

@ -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',