Skip to content

Commit

Permalink
Ignore coverage HTML report output dir in tests.
Browse files Browse the repository at this point in the history
Added it to the list of dirs ignored by tests/runtests.py.
  • Loading branch information
ramiro committed Aug 25, 2013
1 parent 32a962b commit 7271275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def upath(path):
os.environ['DJANGO_TEST_TEMP_DIR'] = TEMP_DIR

SUBDIRS_TO_SKIP = [
'coverage_html',
'data',
'requirements',
'templates',
Expand Down

0 comments on commit 7271275

Please sign in to comment.