summaryrefslogtreecommitdiff
path: root/tests/test_files.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-06-12 09:25:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-06-12 09:25:44 -0400
commitc525acb8599ac107d24bb9e20b1bcdf12b4f76b6 (patch)
treed04874ee2731e49d8a67fe83173df3784b2915cd /tests/test_files.py
parentd6ff4b377fb6bc615e941988fbcaae71b9123edf (diff)
downloadpython-coveragepy-git-c525acb8599ac107d24bb9e20b1bcdf12b4f76b6.tar.gz
Use standard skipTest, which unittest-mixins will override.
Diffstat (limited to 'tests/test_files.py')
-rw-r--r--tests/test_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_files.py b/tests/test_files.py
index e7353235..eecdfa7b 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -271,7 +271,7 @@ class WindowsFileTest(CoverageTest):
def setUp(self):
if not env.WINDOWS:
- self.skip("Only need to run Windows tests on Windows.")
+ self.skipTest("Only need to run Windows tests on Windows.")
super(WindowsFileTest, self).setUp()
def test_actual_path(self):