← All repos

bats-support

Supporting library for Bats test helpers

Browse cluster: WebAssembly Specification and Proposals
54commits
7contributors
1languages

Tech stack & purpose

`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.

Languages

Shell
100.0%

Contributors