mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
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:
parent
32a962bdbf
commit
72712755c4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue