パッケージ: python3-testrepository (0.0.20-5)
python3-testrepository に関するリンク
Debian の資源:
testrepository ソースパッケージをダウンロード:
- [testrepository_0.0.20-5.dsc]
- [testrepository_0.0.20.orig.tar.gz]
- [testrepository_0.0.20-5.debian.tar.xz]
メンテナ:
- Python Applications Packaging Team (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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- 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