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
|
Source: cmdtest
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Homepage: https://liw.fi/cmdtest/
Section: devel
Priority: optional
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/packages/cmdtest.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/cmdtest
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-cliapp,
python3-markdown,
python3-ttystatus
Package: cmdtest
Provides: yarn
Architecture: all
Depends: python3,
python3-cliapp,
python3-markdown,
python3-ttystatus,
${misc:Depends},
${python3:Depends}
Description: blackbox testing of Unix command line programs
cmdtest black box tests Unix command line tools. Roughly, it is given 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.
|