Supporting library for Bats test helpers
Browse cluster: WebAssembly Specification and Proposals →`bats-support` is a supporting library that provides common functions for test helper libraries written for Bats, a testing framework for bash scripts. The library offers error reporting capabilities through functions like `fail`, output formatting for messages and key-value pairs displayed on standard error, and language tools for restricting helper invocation to specific call stack locations. Built in bash, the project is maintained by the bats-core organization and serves as a foundational component for developers creating custom test helpers.