[ ソース: python-ddt ]
パッケージ: python3-ddt (1.1.1-1)
python3-ddt に関するリンク
Debian の資源:
python-ddt ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
Data-Driven/Decorated Tests - Python 3.x
DDT (Data-Driven Tests) allows you to multiply one test case by running it with different test data, and make it appear as multiple test cases. DDT consists of a class decorator ddt (for your TestCase subclass) and two method decorators (for your tests that want to be multiplied).
This package contains the Python 3.x module.