pytest-bdd 5.0.0-1 source package in Ubuntu

Changelog

pytest-bdd (5.0.0-1) unstable; urgency=medium

  * New upstream release; Closes: #977079
  * debian/rules
    - skip 2 tests trying to run `pytest-bdd`

 -- Sandro Tosi <email address hidden>  Thu, 16 Jun 2022 21:01:49 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-bdd_5.0.0-1.dsc 2.1 KiB 020ee66dcf2ae9fe2ae1231b3a1deb6fa5761295953cf2c0f4555262d4eb9592
pytest-bdd_5.0.0.orig.tar.xz 50.3 KiB 966617c07f525bb5e4e2f0d342a219c1ea2b250bfd2dbffb22792badbcf84be5
pytest-bdd_5.0.0-1.debian.tar.xz 2.8 KiB a03b82b24ee55910f9d1de0d656ed9ae552e8d77033624e92b5708999a146a8a

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-bdd: BDD plugin for py.test

 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 one 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.
 .
 This package contains the Python 3 version.