File: control

package info (click to toggle)
python-pytest-unmagic 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: python: 1,199; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,074 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
30
31
32
Source: python-pytest-unmagic
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Colin Watson <cjwatson@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pytest,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/dimagi/pytest-unmagic
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-unmagic
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-unmagic.git
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: python3-pytest-unmagic
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Pytest fixtures with conventional import semantics
 pytest fixtures have unusual semantics: they are requested by declaring
 them as function arguments to tests or other fixtures.  pytest-unmagic
 instead provides a syntax with more conventional Python semantics,
 allowing fixtures to be defined and used via the @fixture and @use
 decorators.