BDD for pytest
BDD library for the py.test runner
pytest-bdd 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 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.
- Developed at devel:languages:python:pytest
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-pytest-bdd && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
pytest-bdd-3.1.0.tar.gz | 0000063639 62.1 KB | |
python-pytest-bdd.changes | 0000000338 338 Bytes | |
python-pytest-bdd.spec | 0000003434 3.35 KB |
Revision 1 (latest revision is 13)
- Convert to single spec - Use %license - Update to v3.1.0 - Initial version 0.6.8
Comments 0