File: control

package info (click to toggle)
pytest-filter-subpackage 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 149; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download | duplicates (2)
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
Source: pytest-filter-subpackage
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.6.2
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
Homepage: https://github.com/astropy/pytest-filter-subpackage
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.