[ Bron: bats-file ]
Pakket: bats-file (0.4.0-1)
Verwijzigingen voor bats-file
Debian bronnen:
Het bronpakket bats-file downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan bats-file gerelateerde pakketten
|
|
|
|
-
- dep: bats-support
- Supporting library to test bats helper libraries
-
- enh: bats
- bash automated testing system