12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- Source: python-coverage
- Maintainer: Ben Finney <bignose@debian.org>
- Section: python
- Priority: optional
- Build-Depends:
- dh-python,
- python3-sphinx,
- python3-sphinx-rtd-theme,
- python3-sphinxcontrib.spelling,
- python-docutils,
- python-setuptools,
- python-all-dev (>= 2.6.6-3~),
- python (>= 2.6.6-3~),
- python3-setuptools,
- python3-all-dev,
- python3,
- debhelper (>= 9~)
- Standards-Version: 3.9.8
- Homepage: http://nedbatchelder.com/code/coverage/
- VCS-Git: https://notabug.org/bignose/debian_python-coverage.git
- VCS-Browser: https://notabug.org/bignose/debian_python-coverage/
- X-Python-Version: >= 2.6
- X-Python3-Version: >= 3.3
- Package: python3-coverage
- Architecture: any
- Depends:
- python3-pkg-resources,
- ${python3:Depends},
- ${shlibs:Depends},
- ${misc:Depends}
- Recommends:
- libjs-jquery-hotkeys,
- libjs-jquery-isonscreen,
- libjs-jquery-tablesorter,
- libjs-jquery-throttle-debounce,
- libjs-jquery
- Suggests:
- python-coverage-doc
- Description: 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.
- Package: python-coverage
- Architecture: any
- Depends:
- python-pkg-resources,
- ${python:Depends},
- ${shlibs:Depends},
- ${misc:Depends}
- Recommends:
- libjs-jquery-hotkeys,
- libjs-jquery-isonscreen,
- libjs-jquery-tablesorter,
- libjs-jquery-throttle-debounce,
- libjs-jquery
- Suggests:
- python-coverage-doc
- Description: 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.
- Package: python-coverage-doc
- Architecture: all
- Section: doc
- Depends:
- ${sphinxdoc:Depends},
- ${misc:Depends}
- Description: code coverage tool for Python — documentation
- 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.
- .
- This package installs the HTML documentation for Coverage.py.
|