summaryrefslogtreecommitdiff
path: root/tests/test_testing.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-15 15:08:27 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-15 15:08:27 -0500
commit797e735c3c55e400e7f5d222c07e092789012c9b (patch)
treeca40f798a3978036fbcce10bad8202dfabfe9cb0 /tests/test_testing.py
parenta5f5e51f31860c3673a45d74f011fadfeeab1dc4 (diff)
downloadpython-coveragepy-797e735c3c55e400e7f5d222c07e092789012c9b.tar.gz
Fix two warnings
Diffstat (limited to 'tests/test_testing.py')
-rw-r--r--tests/test_testing.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_testing.py b/tests/test_testing.py
index d0e7579..b74d08f 100644
--- a/tests/test_testing.py
+++ b/tests/test_testing.py
@@ -144,6 +144,8 @@ class CoverageTestTest(CoverageTest):
class CheckUniqueFilenamesTest(CoverageTest):
"""Tests of CheckUniqueFilenames."""
+ run_in_temp_dir = False
+
class Stub(object):
"""A stand-in for the class we're checking."""
def __init__(self, x):