File: control

package info (click to toggle)
pytest-filter-subpackage 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: python: 109; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,178 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: pytest-filter-subpackage
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest (>= 3~),
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.5.1
Homepage: https://github.com/astropy/pytest-filter-subpackage
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-filter-subpackage
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-filter-subpackage.git
Rules-Requires-Root: no

Package: python3-pytest-filter-subpackage
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-pytest-doctestplus
Description: Pytest plugin for filtering based on sub-packages
 This package contains a simple plugin for the Pytest framework that
 provides a shortcut to testing all code and documentation for a given
 sub-package.
 .
 When used in conjunction with pytest-doctestplus this will
 result in both the narrative documentation and code being tested for
 a given sub-package.