Skip to content

"include" should take precedence over "is stdlib" #138

@nedbat

Description

@nedbat

Dave McLain reported this in irc:

If he explicitly specifies a source file with include= in the coverage constructor, and that file is in the python lib installation directory, then it isn't covered, because the "is stdlib" check kicks in before the "is included" check.

If the user specifies a file to measure, it should be measured, no matter what.


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingrun

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions