File: control-plugins

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 (100 lines) | stat: -rw-r--r-- 3,762 bytes parent folder | download | duplicates (3)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# -*- mode:debian-control -*-

Source: atheist
Section: devel
Priority: optional
Maintainer: Cleto Martin Angelina <cleto.martin@gmail.com>
Uploaders: Francisco Moya <paco@debian.org>, David Villa Alises <David.Villa@uclm.es>
Homepage: https://savannah.nongnu.org/projects/atheist/
Build-Depends: cdbs, debhelper (>= 7.0.50~), python-sphinx (>= 0.6.2),
 python-support, python, xsltproc (>= 1.1.24), docbook-xsl (>= 1.75.2)
Standards-Version: 3.9.1

Package: atheist
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 libjs-jquery, nmap, python-mock, python-notify
Description: A 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 writting setup and teardown files that are executed
 after and before each test.

Package: atheist-plugins
Architecture: all
Depends: ${misc:Depends}, atheist, atheist-webtest
Description:  Metapackage of plugins for Atheist
 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 writting setup and teardown files that are executed
 after and before each test.

Package: atheist-webtest
Architecture: all
Depends: ${misc:Depends}, atheist, curl
Description: Web-testing plugins for Atheist
 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 writting setup and teardown files that are executed
 after and before each test.
 .
 This plugin for Atheist allows to test access to webserver and apply
 content conditions to the files that it holds.

Package: atheist-extra-notifiers
Architecture: all
Depends: ${misc:Depends}, atheist, python-loggingx
Description: More notifiers and loggers for Atheist
 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 writting setup and teardown files that are executed
 after and before each test.
 .
 This plugin for Atheist allows to test access to webserver and apply
 content conditions to the files that it holds.
 .
 This package includes the next plugins:
 - TSL capable SMTP notifier.
 - Jabber XMPP notifier.

Package: atheist-inotify-runner
Architecture: all
Depends: atheist, python-pyinotify
Description: Runner plugin that re-execute tests when files change
 This plugin for Atheist allows to watch files (also the tests themselves)
 and execute tests whenever they change.

Package: atheist-cxxtest
Architecture: all
Depends: atheist, libcxxtest-dev
Description: CxxTest plugin for Atheist
 This plugin for Atheist integrates C/C++ unit tests by means the cxxtest
 framework.


Package: atheist-debian
Architecture: all
Depends: ${misc:Depends}, atheist, pbuilder
Description:


Package: atheist-android
Architecture: all
Depends: ${misc:Depends}, atheist,
Description: