bats-file
bats-file copied to clipboard
Common filesystem assertions for Bats
With alle the new functions coming in, the README should be improved so the functions are summarized under specific topics for a better table of contents. Maybe in code all...
Like they do in shunit2 https://github.com/kward/shunit2/blob/master/.travis.yml
As described here https://github.com/ztombol/bats-file/pull/2/commits
As described here https://github.com/ztombol/bats-file/pull/6/commits/95896f32d220240c1bd7c9ae345a3de732692303
## Issue I faced a scenario where my test was stuck, and after a `Ctrl+C` I noticed it was happening because the `rm` command in `temp_del` was waiting for user's...
I've started using [bats-assert](https://github.com/bats-core/bats-assert) and am now looking into how bats-file can help with file-based assertions. As both libraries are built on bats-support (and have originated from the same author),...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.0 to 4.31.2. Release notes Sourced from github/codeql-action's releases. v4.31.2 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...