File: control

package info (click to toggle)
python-pytest-lazy-fixture 0.5.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: python: 758; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (2)
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.