diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-08-25 19:09:03 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-08-25 19:09:03 -0300 |
| commit | 72712755c46c787c99dd194c7ec634bd43600567 (patch) | |
| tree | 99d6df61c066d732b7287e6efce118c8e206cd6e | |
| parent | 32a962bdbfb187ad884273cdbc02e8b0dbb692e6 (diff) | |
Ignore coverage HTML report output dir in tests.
Added it to the list of dirs ignored by tests/runtests.py.
| -rwxr-xr-x | tests/runtests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.py b/tests/runtests.py index 5053b4f54c..8e3d2361b8 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -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', |
