Name : python-module-pytest-bdd Relocations: (not relocatable) Version : 2.14.1 Vendor: ALT Linux Team Release : alt1.git20150713.1 Build Date: Wed Mar 16 00:52:19 2016 Install date: (not installed) Build Host: imz-sisyphus.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 301312 License: MIT Packager : Eugeny A. Rostovtsev (REAL) URL : https://pypi.python.org/pypi/pytest-bdd/ Summary : BDD library for the py.test runner Description : 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.