File: control

package info (click to toggle)
python-pytest-subtests 0.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: python: 884; sh: 6; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,083 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
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-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all:any,
 python3-attr,
 python3-pytest (>= 7.4),
 python3-pytest-xdist,
 python3-setuptools,
 python3-setuptools-scm,
Standards-Version: 4.7.0
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.