File: control

package info (click to toggle)
pytest-instafail 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 313; makefile: 18
file content (43 lines) | stat: -rw-r--r-- 1,266 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
33
34
35
36
37
38
39
40
41
42
43
Source: pytest-instafail
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
  Lee Garrett <debian@rocketjump.eu>,
Build-Depends:
 autopkgtest,
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-docutils,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/pytest-dev/pytest-instafail
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-instafail.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-instafail

Package: python-pytest-instafail-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Documentation for pytest-instafail
 pytest-instafail is a plugin for pytest that shows
 failures and errors instantly instead of waiting until
 the end of test session. This is the documentation
 for the module.

Package: python3-pytest-instafail
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-pytest-instafail-doc,
Description: plugin for pytest that shows failures and errors instantly
 pytest-instafail is a plugin for pytest that shows
 failures and errors instantly instead of waiting
 until the end of test session.