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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: behave
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-doc,
python3-hamcrest,
python3-mock,
python3-parse,
python3-parse-type,
python3-path,
python3-pytest,
python3-setuptools,
python3-six,
python3-sphinx,
python3-sphinx-bootstrap-theme
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/behave/behave
Vcs-Git: https://salsa.debian.org/python-team/packages/behave.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/behave
Testsuite: autopkgtest-pkg-python
Package: python3-behave
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: behaviour-driven development for Python 3
Behavior-driven development (or BDD) is an agile software development
technique that encourages collaboration between developers, QA, and
non-technical or business participants in a software project.
.
behave uses tests written in a natural language style, backed up
by Python code.
.
This package contains the modules for Python 3.
Package: python-behave-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: behaviour-driven development, documentation
Behavior-driven development (or BDD) is an agile software development
technique that encourages collaboration between developers, QA, and
non-technical or business participants in a software project.
.
behave uses tests written in a natural language style, backed up
by Python code.
.
This package contains the documentation.
|