mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix regrtest --coverage on Windows
Issue #25260: Fix ``python -m test --coverage`` on Windows. Remove the list of ignored directories.
This commit is contained in:
parent
c29f399e7e
commit
a53a818c3c
3 changed files with 4 additions and 6 deletions
|
|
@ -605,8 +605,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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue