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
|
Source: pytest-check
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Kathara Sasikumar <katharasasikumar007@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
Build-Depends-Indep:
pybuild-plugin-pyproject,
python3-hatchling,
python3-pytest <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/okken/pytest-check
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-check
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-check
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-pytest-check
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Pytest plugin that allows multiple failures per test (Python 3)
Pytest-check is a plugin for the pytest framework that allows multiple
assertions to fail within a single test function without stopping the test
execution at the first failure.
.
This package installs the library for Python 3.
|