[ ソース: bats-file ]
パッケージ: bats-file (0.3.0+git20230131-gbba751f-2)
bats-file に関するリンク
Debian の資源:
bats-file ソースパッケージをダウンロード:
- [bats-file_0.3.0+git20230131-gbba751f-2.dsc]
- [bats-file_0.3.0+git20230131-gbba751f.orig.tar.gz]
- [bats-file_0.3.0+git20230131-gbba751f-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の bats-file 関連パッケージ
|
|
|
|
-
- dep: bats-support
- Supporting library to test bats helper libraries
-
- enh: bats
- bash automated testing system