パッケージ: python3-pytest-bdd (7.1.2-1)
python3-pytest-bdd に関するリンク
Debian の資源:
pytest-bdd ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
BDD plugin for py.test
Implements a subset of Gherkin language for the automation of the project requirements testing and easier behavioral driven development.
Unlike many other BDD tools it doesn't require a separate runner and benefits from the power and flexibility of the pytest. It allows one to unify your unit and functional tests, easier continuous integration server configuration and maximal reuse of the tests setup.
Pytest fixtures written for the unit tests can be reused for the setup and actions mentioned in the feature steps with dependency injection, which allows a true BDD just-enough specification of the requirements without maintaining any context object containing the side effects of the Gherkin imperative declarations.
This package contains the Python 3 version.
その他の python3-pytest-bdd 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-mako
- fast and lightweight templating for the Python 3 platform
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-parse
- Provide the reverse function for format(), Python 3 package
-
- dep: python3-parse-type
- BDD plugin for py.test.
-
- dep: python3-pytest
- Simple, powerful testing in Python3
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python