[ 源代码: cmdtest ]
软件包:cmdtest(0.32-3)
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.
其他与 cmdtest 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
- dep: python (<< 2.8)
- dep: python (>= 2.7)
-
- dep: python-cliapp
- Python framework for Unix command line programs
-
- dep: python-markdown
- text-to-HTML conversion library/tool (Python 2 version)
-
- dep: python-ttystatus
- terminal progress bar and status output for Python