summaryrefslogtreecommitdiff
path: root/tests/test_data.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-09-28 12:55:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-09-28 12:55:23 -0400
commitf360498ba0294dfef288f5fff0e8a3ba291881b2 (patch)
tree6efecd6c6f90661e1ab38a544f786aed1895b4ba /tests/test_data.py
parent2024650297ec269a730b3d67fbc56f6c7c8317f6 (diff)
downloadpython-coveragepy-f360498ba0294dfef288f5fff0e8a3ba291881b2.tar.gz
Mark a bunch of tests that don't need temp directories.
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 98156a8..9c29289 100644
--- a/tests/test_data.py
+++ b/tests/test_data.py
@@ -25,6 +25,8 @@ Y_PY_ARCS_3 = [(17,23)]
class DataTest(CoverageTest):
"""Test cases for coverage.data."""
+ run_in_temp_dir = False
+
def assert_summary(self, covdata, summary, fullpath=False):
"""Check that the summary of `covdata` is `summary`."""
self.assertEqual(covdata.summary(fullpath), summary)