summaryrefslogtreecommitdiff
path: root/debian/control
blob: 26700e78c9e1b64956ac1ab437b811b0caf220bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: cmdtest
Maintainer: Lars Wirzenius <liw@liw.fi>
Homepage: http://liw.fi/cmdtest/
Section: devel
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), python-all (>= 2.7~),
    python-cliapp, python-ttystatus, python-markdown
X-Python-Version: >= 2.7

Package: cmdtest
Provides: yarn
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp,
    python-ttystatus, python-markdown
Description: blackbox testing of Unix command line programs
 cmdtest black box tests Unix command line tools. Roughly, it is given a
 a script, its input files, and its expected output files. cmdtest runs
 the script, and checks the output is as expected.
 .
 cmdtest is aimed specifically at testing non-interactive Unix command
 line programs, and tries to make that as easy as possible.
 .
 Also included is a "scenario testing" tool, yarn.