Source: avocado
Section: utils
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Arif Ali <arif-ali@ubuntu.com>,
Homepage: https://github.com/avocado-framework/avocado
Vcs-Browser: https://salsa.debian.org/python-team/packages/avocado
Vcs-Git: https://salsa.debian.org/python-team/packages/avocado.git
Build-Depends:
 debhelper-compat (=14),
 dh-python,
 jdupes,
 pybuild-plugin-pyproject,
 python3-all,
 python3-docutils <!nodoc>,
 python3-pip,
 python3-setuptools,
Standards-Version: 4.7.4

Package: avocado
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Set of tools and libraries to help with automated testing
 One can call it a test framework with benefits.
 Native tests are written in Python and they follow the unittest pattern, but
 any executable can serve as a test.
