Source: python-pytest-lazy-fixture Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Joel Cross 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.