File: control

package info (click to toggle)
cmdtest 0.32.14.gcdfe14e-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 524 kB
  • sloc: python: 1,369; sh: 226; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: cmdtest
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Homepage: https://liw.fi/cmdtest/
Section: devel
Priority: optional
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/packages/cmdtest.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/cmdtest
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-cliapp,
               python3-markdown,
               python3-ttystatus

Package: cmdtest
Provides: yarn
Architecture: all
Depends: python3,
         python3-cliapp,
         python3-markdown,
         python3-ttystatus,
         ${misc:Depends},
         ${python3:Depends}
Description: 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.