rpms / python-pytest-bdd5

Created a year ago
Package is currently unmaintained
pytest-bdd implements a subset of the Gherkin language to enable automating project requirements testing and to facilitate behavioral driven development. Unlike many other BDD tools, it does not require a separate runner and benefits from the power and flexibility of pytest. It enables unifying unit and functional tests, reduces the burden of continuous integration server configuration and allows the reuse of test setups. Pytest fixtures written for unit tests can be reused for setup and actions mentioned in feature steps with dependency injection. This allows a true BDD just-enough specification of the requirements without maintaining any context object containing the side effects of Gherkin imperative declarations. This compatibility package provides major version 5 of pytest-bdd. It is not parallel-installable with the main package.
The python-pytest-bdd5 project's README file is empty or unavailable.