[ 原始碼: 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
- interactive high-level object-oriented language (Python2 version)
- 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