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: python-pytest-click
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jerome Charaoui <jerome@riseup.net>
Build-Depends: debhelper-compat (= 12),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-click,
python3-pytest
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/Stranger6667/pytest-click
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-click.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/ptyhon-pytest-click
Package: python3-pytest-click
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Click plugin for py.test
Click is a Python package for creating beautiful command line interfaces in a
composable way with as little code as necessary. pytest-click provides fixtures
for easy integration with the py.test framework.
|