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.
- Sources inherited from project devel:languages:python:pytest
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / python-pytest-bdd
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:smarty12:Python/python-pytest-bdd && cd $_
- Create Badge
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
pytest-bdd-7.3.0.tar.gz | 0000081595 79.7 KB | |
python-pytest-bdd.changes | 0000006859 6.7 KB | |
python-pytest-bdd.spec | 0000003419 3.34 KB |
Comments 0