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
|
Source: pytest-doctestplus
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-pip,
python3-pytest (>= 4~),
python3-setuptools,
python3-setuptools-scm
Standards-Version: 4.5.1
Homepage: https://github.com/astropy/pytest-doctestplus
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-doctestplus
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-doctestplus.git
Rules-Requires-Root: no
Package: python3-pytest-doctestplus
Architecture: all
Depends: ${misc:Depends},${python3:Depends},
Description: Pytest plugin providing advanced doctest features
This package contains a plugin for the pytest framework that provides
advanced doctest support and enables the testing of reStructuredText
(".rst") files.
|