パッケージ: pypy-coverage (4.5.2+dfsg.1-1)
pypy-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 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
- 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