パッケージ: python3-testrepository (0.0.21-3)
python3-testrepository に関するリンク
Debian の資源:
testrepository ソースパッケージをダウンロード:
- [testrepository_0.0.21-3.dsc]
- [testrepository_0.0.21.orig.tar.xz]
- [testrepository_0.0.21-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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-iso8601
- Python module to parse ISO 8601 dates - Python 3.x
-
- dep: python3-subunit
- unit testing protocol - Python3 bindings to generate and consume streams