mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
revert change that breaks test_doctest (which I forgot to run - sorry)
This commit is contained in:
parent
3e9ac99fe7
commit
d3a1bdf4d9
2 changed files with 0 additions and 13 deletions
|
@ -286,8 +286,6 @@ 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