pytest-bdd 3.1.1-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Scott Talbert ]
  * Update to new upstream release 3.1.1 (Closes: #892620)
  * d/control: Update Standards Version to 4.4.0
  * d/control: Update debhelper compat version to 12
  * Remove Python 2 subpackage
  * d/control: Fix capitalization in description
  * d/control: Remove unnecessary period in description

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Fix Format URL to correct one
  * Use debhelper-compat instead of debian/compat.

  [ Mattia Rizzolo ]
  * Run wrap-and-sort.

 -- Scott Talbert <email address hidden>  Fri, 26 Jul 2019 21:54:38 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-bdd_3.1.1-1.dsc 2.1 KiB 737313e6076d6aecaf78f792512efa467063d7b450673b29c2b8474b61e7535e
pytest-bdd_3.1.1.orig.tar.gz 62.2 KiB 764874d712d2d7ab07df47d81b47d23a077f81ed1fd54ef1fe6b7e03893b318e
pytest-bdd_3.1.1-1.debian.tar.xz 2.4 KiB e6d454457643afd321de87baa98da5c1fd45b6f7682171bbb5714223442f0714

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.