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
|
Source: pytest-expect
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-expect.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-expect
Homepage: https://github.com/gsnedders/pytest-expect
Standards-Version: 3.9.8
Package: python3-pytest-expect
Architecture: all
Depends: python3-pytest,
python3-u-msgpack,
${misc:Depends},
${python3:Depends}
Description: py.test-3 plugin to store test expectations
A py.test plugin that stores test expectations by saving the set of failing
tests, allowing them to be marked as xfail when running them in future. The
tests expectations are stored such that they can be distributed alongside the
tests.
|