套件: 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.17)
- 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