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.5
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
python-cliapp, python-ttystatus, python-markdown
X-Python-Version: >= 2.6
Package: cmdtest
Provides: yarn
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), 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.
|