clitest 0.4.0-1 source package in Ubuntu

Changelog

clitest (0.4.0-1) unstable; urgency=medium

  * New upstream version 0.4.0
  * Bump Standards-Version to 4.5.1; no changes needed

 -- Antonio Terceiro <email address hidden>  Sat, 06 Feb 2021 11:48:20 -0300

Upload details

Uploaded by:
Antonio Terceiro
Uploaded to:
Sid
Original maintainer:
Antonio Terceiro
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clitest_0.4.0-1.dsc 1.8 KiB 0350efc5a1cc42224179accf64169232b2881ba981c9ea3c570470a889e896d4
clitest_0.4.0.orig.tar.gz 35.5 KiB e889fb1fdaae44f0911461cc74849ffefb1fef9b200584e1749b355e4f9a3997
clitest_0.4.0-1.debian.tar.xz 4.6 KiB 6d21b31b8a1a5fda609fdf94c8f9460c74414a025ce7b13169f5e5f508a9fe3f

Available diffs

No changes file available.

Binary packages built by this source

clitest: 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.