summaryrefslogtreecommitdiff
path: root/tests/test_data.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-04-24 21:03:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-04-24 21:03:25 -0400
commit487a14d375d30a75927051b38fdd211c12910311 (patch)
tree5450779551eaed8520e2aa227330f322dbc0bda1 /tests/test_data.py
parentbaf1bd0d7050625c378f49d4cb815b8d1364caf2 (diff)
downloadpython-coveragepy-git-487a14d375d30a75927051b38fdd211c12910311.tar.gz
A better way to indicate that a tempdir test isn't making any files.
Diffstat (limited to 'tests/test_data.py')
-rw-r--r--tests/test_data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_data.py b/tests/test_data.py
index e2f8150b..776f7b59 100644
--- a/tests/test_data.py
+++ b/tests/test_data.py
@@ -165,6 +165,8 @@ class DataTest(DataTestHelpers, CoverageTest):
class DataTestInTempDir(DataTestHelpers, CoverageTest):
"""Test cases for coverage.data."""
+ no_files_in_temp_dir = True
+
def test_combining_from_different_directories(self):
covdata1 = CoverageData()
covdata1.add_line_data(DATA_1)