summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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/