This commit is contained in:
Victor Stinner 2015-09-29 13:47:15 +02:00
parent 2bfed53b88
commit 3f7468507a
2 changed files with 1 additions and 5 deletions

View file

@ -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()