パッケージ: python-tap (2.2-1)
python-tap に関するリンク
Trisquel の資源:
tap.py ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Python Modules Team (メールアーカイブ)
- Nicolas CANIART
- Simon McVittie
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
TAP producer/consumer tools for Python unittest -- Python 2 version
The tap.py package provides a set of tools for working with the Test Anything Protocol (TAP). TAP is a line based test protocol for recording test data in a standard way.
As a TAP producer, this package comes with a test-runner that implements the unittest.TestRunner interface and produces TAP compliant output. It also provides a plug-in for the nose test framework.
As a TAP consumer, it includes tools to parse the output of TAP compliant producers. It also provides means to replay a test-suite from a captured output, without having to actually run the tests again.
This package provide the Python 2.x version of tap.py.
その他の python-tap 関連パッケージ
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
-
- sug: python-nose
- test discovery and running of Python's unittest