Questions tagged [coverage.py]

coverage.py is a powerful software designed to accurately monitor the test code coverage of Python programs.

Difficulty in locating tests with coverage detection

The coverage tool doesn't seem to be capturing the test coverage for the tests located in the directory tests. The actual source files are stored in another directory named src. (For privacy reasons, file names have been altered.) Shown below is the conte ...