File: control

package info (click to toggle)
python-pytest-subtests 0.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: python: 414; sh: 6; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 978 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-subtests
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.5.1
Homepage: https://github.com/pytest-dev/pytest-subtests/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-subtests
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-subtests.git
Rules-Requires-Root: no

Package: python3-pytest-subtests
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: unittest subTest() support and subtests fixture (Python3 version)
 unittest subTest() support and subtests fixture. It adds support for
 TestCase.subTest and a new subtests fixture, providing similar functionality
 for pure pytest tests.
 .
 This package contains the Python 3 version of the library.