Source: atheist Maintainer: Python Applications Packaging Team Uploaders: Cleto Martín , Francisco Moya , David Villa Alises Section: devel Priority: optional Build-Depends: debhelper (>= 9), python-sphinx, python, xsltproc, docbook-xsl, dh-python Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/python-team/applications/atheist Vcs-Git: https://salsa.debian.org/python-team/applications/atheist.git Homepage: https://savannah.nongnu.org/projects/atheist/ Package: atheist Architecture: all Depends: ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}, nmap, curl, python-mock, python-notify, python-loggingx Description: General purpose command-line testing tool Atheist allows you to specify the behaviour of your tests in a declarative way using many predefined structures (such as Task, Conditions, Daemons, etc.) and provides detailed statistics. . The programmer describes the test behaviour in a .test file and atheist runs every test found. It is possible to check and prepare the system by writing setup and teardown files that are executed after and before each test.