summaryrefslogtreecommitdiff
path: root/tests/test_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_files.py')
-rw-r--r--tests/test_files.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/test_files.py b/tests/test_files.py
index 6a9556ec..6040b889 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -396,15 +396,11 @@ class FindPythonFilesTest(CoverageTest):
])
+@pytest.mark.skipif(not env.WINDOWS, reason="Only need to run Windows tests on Windows.")
class WindowsFileTest(CoverageTest):
"""Windows-specific tests of file name handling."""
run_in_temp_dir = False
- def setUp(self):
- if not env.WINDOWS:
- self.skipTest("Only need to run Windows tests on Windows.")
- super(WindowsFileTest, self).setUp()
-
def test_actual_path(self):
assert actual_path(r'c:\Windows') == actual_path(r'C:\wINDOWS')