bats-assert 2.1.0-3 source package in Ubuntu

Changelog

bats-assert (2.1.0-3) unstable; urgency=medium

  * d/control: Use `<email address hidden>` as Maintainer address
  * d/control: Update standards version to 4.6.2, no changes needed

 -- Gioele Barabucci <email address hidden>  Thu, 29 Jun 2023 08:44:02 +0200

Upload details

Uploaded by:
Debian Bats team
Uploaded to:
Sid
Original maintainer:
Debian Bats team
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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bats-assert_2.1.0-3.dsc 2.0 KiB b2d39e3342a5d046a22befdb2d1db64cd6ad405d518a07f1082f076d9a3c16c6
bats-assert_2.1.0.orig.tar.gz 17.3 KiB 98ca3b685f8b8993e48ec057565e6e2abcc541034ed5b0e81f191505682037fd
bats-assert_2.1.0-3.debian.tar.xz 2.4 KiB 31c61ae4a67d1b88d80752509afce5904932d70c03c490af5d764cb52140d37d

Available diffs

No changes file available.

Binary packages built by this source

bats-assert: Helper library providing common assertions for Bats

 bats-assert provides various ready-made assertions that can be used
 to make Bats tests simpler to understand and to debug.
 .
 For example:
 .
  * assert_success: exit status is 0.
  * assert_output: output contains given content.
  * assert_line: a specific line of output contains given content.