diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-09-29 11:47:15 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-09-29 11:47:15 (GMT) |
commit | 3f7468507ae83d66cee059fb8e51692d8adb797b (patch) | |
tree | 4b911584f40a12379a4688d0d03febf874be094b /Lib/test/test_regrtest.py | |
parent | 2bfed53b88cea7a4ec4b45cac33c62d9342796bb (diff) | |
download | cpython-3f7468507ae83d66cee059fb8e51692d8adb797b.zip cpython-3f7468507ae83d66cee059fb8e51692d8adb797b.tar.gz cpython-3f7468507ae83d66cee059fb8e51692d8adb797b.tar.bz2 |
test
Diffstat (limited to 'Lib/test/test_regrtest.py')
-rw-r--r-- | Lib/test/test_regrtest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_regrtest.py b/Lib/test/test_regrtest.py index ca4b356..5906c17 100644 --- a/Lib/test/test_regrtest.py +++ b/Lib/test/test_regrtest.py @@ -549,8 +549,6 @@ class ArgsTestCase(BaseTestCase): % (self.TESTNAME_REGEX, len(tests))) self.check_line(output, regex) - @unittest.skipIf(sys.platform == 'win32', - "FIXME: coverage doesn't work on Windows") def test_coverage(self): # test --coverage test = self.create_test() |