软件包: python-testrepository (0.0.20-3)
python-testrepository 的相关链接
Trisquel 的资源:
下载源码包 testrepository:
- [testrepository_0.0.20-3.dsc]
- [testrepository_0.0.20.orig.tar.gz]
- [testrepository_0.0.20-3.debian.tar.xz]
维护者:
Original Maintainers:
- Python Applications Packaging Team (Mail Archive)
- Robert Collins
- Thomas Goirand
- Tristan Seligmann
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
Database of test results - Python 2.x library
Testrepository provides a database of test results and supports easy workflows to be built on top of that database. For instance, running just failing tests or getting the last test run back to examine again (without running the tests again). Testrepository is compatible with any test suite that can output subunit. This includes any TAP test suite and any pyunit compatible test suite.
The python-testrepository package contains the Python testrepository library for Python 2.x, which can be used for programmatic access to the database.
其他与 python-testrepository 有关的软件包
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
-
- dep: python-fixtures
- PyUnit extension for defining test fixtures outside of test cases - Python 2.x
-
- dep: python-subunit
- unit testing protocol - Python bindings to generate and consume streams
-
- dep: python-testtools
- Extensions to the Python unittest library - Python 2.x