软件包:pypy-coverage(5.1+dfsg.1-2)
pypy-coverage 的相关链接
Debian 的资源:
下载源码包 python-coverage:
- [python-coverage_5.1+dfsg.1-2.dsc]
- [python-coverage_5.1+dfsg.1.orig.tar.xz]
- [python-coverage_5.1+dfsg.1-2.debian.tar.xz]
维护者:
外部的资源:
- 主页 [coverage.readthedocs.io]
相似软件包:
code coverage tool for Python 2 PyPy
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 2 ‘coverage’ library built for PyPy, and the ‘pypy-coverage’ program to perform and report coverage tests.
其他与 pypy-coverage 有关的软件包
|
|
|
|
-
- dep: pypy
- fast alternative implementation of Python - PyPy interpreter
-
- dep: pypy-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