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
|
Source: python-assertpy
Section: python
Priority: optional
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
pybuild-plugin-pyproject,
openstack-pkg-tools,
python3-setuptools,
python3-all
Build-Depends-Indep:
python3-pytest,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-assertpy
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-assertpy.git
Homepage: https://github.com/TomerFi/aioswitcher
Package: python3-assertpy
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Simple assertion library for unit testing with a fluent API
This Python module package provides a simple assertions library for unit
testing with a nice fluent API.
|