summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-25 20:24:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-25 22:20:47 -0500
commit3947e84e79085571c72f9601da86cb3a31c92082 (patch)
tree27162e4267374f1e6b3699f05b1eed66b3d18fc6 /tests/test_summary.py
parentc280e8cafec1e80e841bd9061f3ab1b3f0ade1d1 (diff)
downloadpython-coveragepy-git-3947e84e79085571c72f9601da86cb3a31c92082.tar.gz
Mark tests that don't need a temp dir
Diffstat (limited to 'tests/test_summary.py')
-rw-r--r--tests/test_summary.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py
index 01b6f9d0..d7ee28ba 100644
--- a/tests/test_summary.py
+++ b/tests/test_summary.py
@@ -768,6 +768,8 @@ class SummaryTest2(UsingModulesMixin, CoverageTest):
# needs of their setUp, rather than the product features they are testing.
# There's probably a better way to organize these.
+ run_in_temp_dir = False
+
def test_empty_files(self):
# Shows that empty files like __init__.py are listed as having zero
# statements, not one statement.