diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-15 15:08:27 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-15 15:08:27 -0500 |
commit | 50b37557df12f0ceb117860ce80a46e13b9d2beb (patch) | |
tree | 4d54327e967114943e01555414b83875108b62e3 /tests/test_testing.py | |
parent | 92de04ca5e44532f3fa78dece8df822557805373 (diff) | |
download | python-coveragepy-git-50b37557df12f0ceb117860ce80a46e13b9d2beb.tar.gz |
Fix two warnings
Diffstat (limited to 'tests/test_testing.py')
-rw-r--r-- | tests/test_testing.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_testing.py b/tests/test_testing.py index d0e75797..b74d08fb 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): |