mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
back in these go - thanks to Titus Brown for the fix
This commit is contained in:
parent
b67da6ed2b
commit
58a6f446db
3 changed files with 18 additions and 0 deletions
|
@ -286,6 +286,8 @@ class CoverageResults:
|
|||
# skip some "files" we don't care about...
|
||||
if filename == "<string>":
|
||||
continue
|
||||
if filename.startswith("<doctest "):
|
||||
continue
|
||||
|
||||
if filename.endswith((".pyc", ".pyo")):
|
||||
filename = filename[:-1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue