python-coverage 7.11.0
Code coverage measurement for Python
Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.
- Outputs:
out - Website: https://coverage.readthedocs.io
- Licenses: Modified BSD
- Package source: gnu/packages/check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-coverage 7.11.0 as follows:
guix install [email protected]
Or install the latest version:
guix install python-coverage
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.