File: control

package info (click to toggle)
atheist 0.20110402-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,348 kB
  • sloc: python: 4,764; xml: 626; makefile: 113; cpp: 54; ansic: 5; sh: 5
file content (37 lines) | stat: -rw-r--r-- 1,374 bytes parent folder | download
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
Source: atheist
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Cleto Martín <cleto.martin@gmail.com>,
           Francisco Moya <paco@debian.org>,
           David Villa Alises <David.Villa@uclm.es>
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.