btest 0.59-1.1 source package in Ubuntu

Changelog

btest (0.59-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Update packaging to Python3.
  * Use debhelper-compat build-dep.
  * Bump Standards-Version.
  * Add build-deps to dh-python.
  * Use secure d/copyright format link.

 -- Sascha Steinbiss <email address hidden>  Tue, 17 Dec 2019 17:23:26 +0100

Upload details

Uploaded by:
Hilko Bengen
Uploaded to:
Sid
Original maintainer:
Hilko Bengen
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
btest_0.59-1.1.dsc 1.8 KiB 9ffc6547f0582303077b06b309516f4ffecafa87f5744744294885a158cb7fc2
btest_0.59.orig.tar.gz 69.0 KiB e2ef227cf897e73a78028468ed684a4082c80011a39881abdc747048a7917367
btest_0.59-1.1.debian.tar.xz 13.0 KiB d194aaf707fbcb4469a83aa0cf106656cfde17a75351010982f56600a0ce0089

Available diffs

No changes file available.

Binary packages built by this source

btest: simple driver for basic unit tests

 "btest" is a simple framework for writing unit tests. Freely
 borrowing some ideas from other packages, it's main objective is to
 provide an easy-to-use, straightforward driver for a suite of
 shell-based tests. Each test consists of a set of command lines that
 will be executed, and success is determined based on their exit
 codes. "btest" comes with some additional tools that can be used
 within such tests to compare output against a previously established
 baseline.