File: control

package info (click to toggle)
python-pytest-lazy-fixture 0.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 144 kB
  • sloc: python: 924; sh: 6; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 952 bytes parent folder | download
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
Source: python-pytest-lazy-fixture
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Joel Cross <joel@kazbak.co.uk>,
Build-Depends:
 debhelper-compat (=13),
 dh-python,
 python3-all,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.6.0.1
Homepage: https://github.com/tvorog/pytest-lazy-fixture
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-lazy-fixture
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-lazy-fixture.git
Rules-Requires-Root: no

Package: python3-pytest-lazy-fixture
Architecture: all
Depends:
 ${misc:Depends},
 ${python3: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.