summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-24 11:42:37 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-24 11:42:37 +0000
commit160b5aaf6643481a5fd19dfeca04253ed5eba796 (patch)
tree13d67d59f4a4ecca2cc3f54cbf47ed04f70de783 /debian/control
parent21b98d7dbb548cad9cd8783c10665718bdcb3444 (diff)
downloadcmdtest-160b5aaf6643481a5fd19dfeca04253ed5eba796.tar.gz
update packaging for ITP
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index cb3c6b7..d8048ab 100644
--- a/debian/control
+++ b/debian/control
@@ -10,5 +10,10 @@ Package: cmdtest
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
Description: blackbox testing of Unix command line programs
- This will be filled in later.
+ 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.
Homepage: http://liw.fi/cmdtest/