back in these go - thanks to Titus Brown for the fix

This commit is contained in:
Skip Montanaro 2007-11-24 14:31:16 +00:00
parent 30f61cbb13
commit 664ad76a34
3 changed files with 18 additions and 0 deletions

View file

@ -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]