软件包: python3-coverage (6.2+dfsg1-2build1)
python3-coverage 的相关链接
Trisquel 的资源:
下载源码包 python-coverage:
- [python-coverage_6.2+dfsg1-2build1.dsc]
- [python-coverage_6.2+dfsg1.orig.tar.xz]
- [python-coverage_6.2+dfsg1-2build1.debian.tar.xz]
维护者:
Original Maintainer:
- Ben Finney
外部的资源:
- 主页 [coverage.readthedocs.io]
相似软件包:
code coverage tool for Python 3
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.
Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not.
This package installs the Python version 3 ‘coverage’ library, and the ‘python3-coverage’ program to perform and report coverage tests.
其他与 python3-coverage 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.11)
- dep: python3 (>= 3.10~)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- sug: python-coverage-doc
- code coverage tool for Python — documentation