Oops, revert unwanted change, sorry

This commit is contained in:
Victor Stinner 2015-09-29 14:02:35 +02:00
parent 449b271799
commit feabaed054
2 changed files with 5 additions and 1 deletions

View file

@ -549,6 +549,8 @@ 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()