File: control

package info (click to toggle)
clitest 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 508 kB
  • sloc: sh: 1,589; makefile: 24
file content (25 lines) | stat: -rw-r--r-- 988 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
Source: clitest
Section: misc
Priority: optional
Maintainer: Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Homepage: https://github.com/aureliojargas/clitest
Vcs-Browser: https://salsa.debian.org/debian/clitest
Vcs-Git: https://salsa.debian.org/debian/clitest.git

Package: clitest
Architecture: all
Depends: ${misc:Depends}
Description: portable testing tool for Unix command lines
 Clitest is a portable POSIX shell script that performs automatic
 testing in Unix command lines. This script was carefully coded to
 be portable between POSIX shells.
 .
 It's the same concept as in Python's doctest module: you document
 both the commands and their expected output, using the familiar
 interactive prompt format, and a specialized tool tests them.
 .
 The clitest command searches for pieces of text that look like
 interactive Unix command lines, and then executes those command
 lines to verify that they work exactly as shown.