summaryrefslogtreecommitdiff
path: root/tests/test_files.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
commitb33c041b055f0bc243790d6cce4bb32689f3b4f3 (patch)
treedb1e93b4484bdd8ddd4edaf5eff23a504788df7c /tests/test_files.py
parent21b7f19ee8667e835ffe944b2498038e7bde3b16 (diff)
downloadpython-coveragepy-git-b33c041b055f0bc243790d6cce4bb32689f3b4f3.tar.gz
Mark a bunch of tests that don't need temp directories.
Diffstat (limited to 'tests/test_files.py')
-rw-r--r--tests/test_files.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_files.py b/tests/test_files.py
index 26ae9100..b24e8b8b 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -168,6 +168,8 @@ class PathAliasesTest(CoverageTest):
class RelativePathAliasesTest(CoverageTest):
"""Tests for coverage/files.py:PathAliases, with relative files."""
+ run_in_temp_dir = False
+
def test_dot(self):
for d in ('.', '..', '../other', '~'):
aliases = PathAliases()