Skip to content

Coverage won't run a program with __main__.py #252

@nedbat

Description

@nedbat

Python will let you create a directory with a main.py in it, and then run the program with "python dirname". If you try "coverage run dirname", it doesn't run the program.


Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions