bats-file 0.4.0-1 source package in Ubuntu

Changelog

bats-file (0.4.0-1) unstable; urgency=medium

  * New upstream release

 -- Gioele Barabucci <email address hidden>  Mon, 28 Aug 2023 21:25:01 +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
Plucky release universe misc
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bats-file_0.4.0-1.dsc 2.0 KiB 173cce6af6b6f7602b1cf33cc797238c79be3a7e2c7c925a043e57f533311231
bats-file_0.4.0.orig.tar.gz 22.2 KiB 9b69043241f3af1c2d251f89b4fcafa5df3f05e97b89db18d7c9bdf5731bb27a
bats-file_0.4.0-1.debian.tar.xz 2.3 KiB 069658a818244198206540547320158cf42d76bd8a762dab6b0d2472c8f94048

No changes file available.

Binary packages built by this source

bats-file: Helper library providing filesystem-related assertions for Bats

 bats-file provides various assertions and helpers to simplify writing
 Bats tests that deal with files and filesystems.
 .
 For example:
 .
  * assert_file_contains: Check if the file content matches a regex.
  * assert_file_owner: Check if a specific user owns the file.
  * assert_symlink_to: Check if the file is a symlink to the target.
  * temp_make: Create a temp directory for the current test in BATS_TMPDIR.