clitest 0.3.0-1 source package in Ubuntu

Changelog

clitest (0.3.0-1) unstable; urgency=medium

  * New upstream release.
  * Update DH level to 10.
  * debian/watch: improved the tracking rules.

 -- Giovani Augusto Ferreira <email address hidden>  Sun, 06 Nov 2016 19:20:17 -0200

Upload details

Uploaded by:
Giovani Augusto Ferreira
Uploaded to:
Sid
Original maintainer:
Giovani Augusto Ferreira
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
clitest_0.3.0-1.dsc 1.8 KiB 446b1bc097c5ae6860c7ea4bc4535e111b78e315013937207c9916a03a37ee6f
clitest_0.3.0.orig.tar.gz 34.4 KiB 23669c1d10ab01ea083f93de6ce24e0f2ae046c5f6fcdeb68020999d76dae056
clitest_0.3.0-1.debian.tar.xz 4.3 KiB 1aba9695e566cafa61a1d37c05b3ca5cb2de78ea0d8e03be9b4d838faef343cf

Available diffs

No changes file available.

Binary packages built by this source

clitest: performs automatic testing in 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.