Application details
...

PyPI Coverage.py

https://coverage.readthedocs.org/

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not.