套件:python3-testrepository(0.0.20-3)
python3-testrepository 的相關連結
Debian 的資源:
下載原始碼套件 testrepository:
- [testrepository_0.0.20-3.dsc]
- [testrepository_0.0.20.orig.tar.gz]
- [testrepository_0.0.20-3.debian.tar.xz]
維護小組:
- Python Applications Packaging Team (QA 頁面, 郵件存檔)
- Robert Collins (QA 頁面)
- Thomas Goirand (QA 頁面)
- Tristan Seligmann (QA 頁面)
外部的資源:
- 主頁 [pypi.python.org]
相似套件:
Database of test results - Python 3.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 python3-testrepository package contains the Python testrepository library for Python 3.x, which can be used for programmatic access to the database.
其他與 python3-testrepository 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-fixtures
- PyUnit extension for defining test fixtures outside of test cases - Python 3.x
-
- dep: python3-subunit
- unit testing protocol - Python3 bindings to generate and consume streams
-
- dep: python3-testtools
- Extensions to the Python unittest library - Python 3.x