パッケージ: python3-coverage (7.6.0+dfsg1-2)
python3-coverage に関するリンク
Debian の資源:
python-coverage ソースパッケージをダウンロード:
- [python-coverage_7.6.0+dfsg1-2.dsc]
- [python-coverage_7.6.0+dfsg1.orig.tar.xz]
- [python-coverage_7.6.0+dfsg1-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [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 ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.12~)
-
- dep: python3.12
- Interactive high-level object-oriented language (version 3.12)
-
- sug: python-coverage-doc
- code coverage tool for Python — documentation