Sat, 20 Apr 2024 04:45:01 UTC | login

Information for build python-pytest-bdd-4.1.0-6.fc33

ID196058
Package Namepython-pytest-bdd
Version4.1.0
Release6.fc33
Epoch
SummaryBDD library for the py.test runner
Descriptionpytest-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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 05 Nov 2021 15:33:39 UTC
CompletedFri, 05 Nov 2021 15:33:39 UTC
Tags
f33
f37
f38
RPMs
src
python-pytest-bdd-4.1.0-6.fc33.src.rpm (info) (download)
noarch
python-pytest-bdd-doc-4.1.0-6.fc33.noarch.rpm (info) (download)
python3-pytest-bdd-4.1.0-6.fc33.noarch.rpm (info) (download)
Changelog * Wed Sep 29 2021 Benjamin A. Beasley <code@musicinmybrain.net> 4.1.0-6 - Generate PDF instead of HTML Sphinx documentation. * Mon Sep 13 2021 Benjamin A. Beasley <code@musicinmybrain.net> 4.1.0-5 - Let pyproject-rpm-macros handle the license file * Sun Sep 12 2021 Benjamin A. Beasley <code@musicinmybrain.net> 4.1.0-4 - Drop BR on pyproject-rpm-macros, now implied by python3-devel * Sun Sep 12 2021 Benjamin A. Beasley <code@musicinmybrain.net> 4.1.0-3 - Reduce spec file macro indirection * Thu Aug 12 2021 Benjamin A. Beasley <code@musicinmybrain.net> 4.1.0-2 - Run tests (and get test BR’s) using tox * Tue Aug 03 2021 Benjamin A. Beasley <code@musicinmybrain.net> 4.1.0-1 - Initial package