We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd2483 commit 04d5e9eCopy full SHA for 04d5e9e
Lib/test/test_regrtest.py
@@ -1138,7 +1138,7 @@ def test_coverage(self):
1138
output = self.run_tests("--coverage", test)
1139
self.check_executed_tests(output, [test], stats=1)
1140
regex = (r'lines +cov% +module +\(path\)\n'
1141
- r'(?: *[0-9]+ *[0-9]{1,2}% *[^ ]+ +\([^)]+\)+)+')
+ r'(?: *[0-9]+ *[0-9]{1,2}\.[0-9]% *[^ ]+ +\([^)]+\)+)+')
1142
self.check_line(output, regex)
1143
1144
def test_wait(self):
0 commit comments