[ buster ]
[ 原始碼: python-coverage ]
套件:python-coverage(4.5.2+dfsg.1-1)
python-coverage 的相關連結
Debian 的資源:
下載原始碼套件 python-coverage:
- [python-coverage_4.5.2+dfsg.1-1.dsc]
- [python-coverage_4.5.2+dfsg.1.orig.tar.xz]
- [python-coverage_4.5.2+dfsg.1-1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [nedbatchelder.com]
相似套件:
code coverage tool for Python 2
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 2 ‘coverage’ library, and the ‘python2-coverage’ program to perform and report coverage tests.
其他與 python-coverage 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- rec: libjs-jquery
- JavaScript library for dynamic web applications
-
- rec: libjs-jquery-isonscreen
- detects if an element is visible within the users current view pane
-
- rec: libjs-jquery-tablesorter
- jQuery flexible client-side table sorting plugin
-
- rec: libjs-jquery-throttle-debounce
- library of rate-limit wrappers for functions
-
- sug: python-coverage-doc
- code coverage tool for Python — documentation