summaryrefslogtreecommitdiff
path: root/debian/control
blob: f8908d9d679a807384718f252a6f7476153adad4 (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), python3-all (>= 3~),
    python3-cliapp, python3-ttystatus, python3-markdown
X-Python-Version: >= 3.0

Package: cmdtest
Provides: yarn
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python3 (>= 3~), python3-cliapp,
    python3-ttystatus, python3-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.