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
|
Source: flufl.testing
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Barry Warsaw <barry@debian.org>
Homepage: https://gitlab.com/warsaw/flufl.testing
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 9),
dh-python,
python3-all,
python3-pkg-resources,
python3-setuptools,
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/python-team/modules/flufl.testing.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/flufl.testing
Package: python3-flufl.testing
Architecture: all
Depends: python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Description: small collection of Python test helpers
This package includes plugins for the following test tools: nose2, flake8.
The plugins provide useful features (e.g. filtering tests based on a regular
expression) and ensure some common coding styles (e.g. import order). They
can be enabled independently.
.
This package refactors code in the test suites of several other packages and
will be used to eliminate the usual skew due to cargo culting.
.
This is the Python 3 version of the package.
|