File: control

package info (click to toggle)
pytest-bdd 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 496 kB
  • sloc: python: 3,154; makefile: 149
file content (36 lines) | stat: -rw-r--r-- 1,588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: pytest-bdd
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Brian May <bam@debian.org>
Section: python
Priority: optional
Build-Depends:
    debhelper-compat (= 12), dh-python (>= 2.20160609~),
    python3-all, python3-setuptools,
    python3-six, python3-pytest, python3-glob2, python3-mako,
    python3-parse, python3-parse-type, python3-mock, python3-execnet,
Standards-Version: 4.5.0
Homepage: https://github.com/pytest-dev/pytest-bdd/
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-bdd.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-bdd
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-pytest-bdd
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: 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.