Sam Stephenson on Nostr: Like Bats, all Brat tests run with `set -e`, so every line in the test body is like ...
Like Bats, all Brat tests run with `set -e`, so every line in the test body is like an assertion. One of the bets Brat makes is that `set -x` (“xtrace”) output is all you need when a test fails