[ 源代码: cmdtest ]
软件包:cmdtest(0.32.14.gcdfe14e-5)
cmdtest 的相关链接
Debian 的资源:
下载源码包 cmdtest:
- [cmdtest_0.32.14.gcdfe14e-5.dsc]
- [cmdtest_0.32.14.gcdfe14e.orig.tar.xz]
- [cmdtest_0.32.14.gcdfe14e-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [liw.fi]
相似软件包:
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.
其他与 cmdtest 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-cliapp
- Python framework for Unix command line programs
-
- dep: python3-markdown
- text-to-HTML conversion library/tool (Python 3 version)
-
- dep: python3-ttystatus
- terminal progress bar and status output for Python