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
|
Source: python-pytest-lazy-fixture
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Joel Cross <joel@kazbak.co.uk>
Build-Depends: debhelper (>= 12),
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.3.0
Homepage: https://github.com/tvorog/pytest-lazy-fixture
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-lazy-fixture
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-lazy-fixture.git
Testsuite: autopkgtest-pkg-python
Package: python3-pytest-lazy-fixture
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Use your fixtures in @pytest.mark.parametrize (Python 3)
An extension to Pytest that allows lazy-loading fixtures. This, combined with
the pytest.mark.parametrize function, allows the same fixture to be used
multiple times per test.
.
This package installs the library for Python 3.
|