Do you write scripts for a POSIX shell? There's a new test runner 'Brat', only a month old:https://codeberg.org/sstephenson/bratBrat='Brutal Runner for Automated Tests'. Intentionally small, to be embedded directly in projects, less than 1000 lines, TAP output.If you've ever used Bats here's a comparison:https://codeberg.org/sstephenson/brat#comparison-with-bats(essentially it's more minimal, less dependencies, probably faster, much more portable)I've been using it to test YSH (Oils project).#Linux #POSIX #shell #BASH #OilShell