pytest-bdd 7.1.2-1 source package in Ubuntu

Changelog

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

  * Team upload. (Closes: #1042332)
  * New upstream version 7.1.2
  * update build dependencies:
    - python3-mock
    - python3-six
    + pybuild-plugin-pyproject
    * python3-poetry
    + python3-typing-extensions
  * switch to d/watch v4
  * switch to debhelper 13

 -- Alexandre Detiste <email address hidden>  Wed, 27 Mar 2024 15:40:48 +0100

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-bdd_7.1.2-1.dsc 2.2 KiB 415a67c1ac226601e3ad274c9d528ea0afbbf10fe2bc8ce2bc462b4118c29aa8
pytest-bdd_7.1.2.orig.tar.gz 79.4 KiB 5e4f09f5cf8f0afa49606eb6eb604e8639a9df0575bca1d3435f558393a52a42
pytest-bdd_7.1.2-1.debian.tar.xz 3.0 KiB 403d27c48f2a2d4d7af911ee0a6a02b5ea9aff79abc114d6b83a1acecb1a6825

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.