[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#825071: RFP: python-pytest-bdd -- BDD library for the py.test runner



Package: wnpp
Severity: wishlist

* Package name    : python-pytest-bdd
  Version         : 2.16.1
  Upstream Author : Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>, Anatoly Bubenkov
<bubenkoff@gmail.com>
* URL             : https://github.com/pytest-dev/pytest-bdd
* License         : MIT
  Programming Lang: Python
  Description     : 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.


Reply to: