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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: pytest-testinfra
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Baptiste Beauplat <lyknode@debian.org>,
Build-Depends:
ansible,
debhelper-compat (= 13),
dh-python,
python3-all,
python3-mock,
python3-paramiko,
python3-pytest,
python3-setuptools,
python3-setuptools-scm,
python3-six,
python3-tornado,
python3-winrm,
Standards-Version: 4.6.2
Homepage: https://github.com/pytest-dev/pytest-testinfra
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-testinfra
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-testinfra.git
Rules-Requires-Root: no
Package: python3-testinfra
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Recommends:
python3-paramiko,
Suggests:
ansible,
docker.io,
lxc,
podman,
python3-winrm,
Replaces:
testinfra (<< 6.0.0-1),
Breaks:
testinfra (<< 6.0.0-1),
Provides:
testinfra,
Description: server state testing framework based on pytest
This is a framework for writing arbitrary server status tests
equivalent to Serverspec.
.
It's implemented as a plugin for Pytest.
|