Bash Automated Testing System
-
Updated
May 12, 2021 - Shell
Add a description, image, and links to the bats topic page so that developers can more easily learn about it.
To associate your repository with the bats topic, visit your repo's landing page and select "manage topics."
Hey,
first of all: thanks for providing this library - it simplifies script testing a lot!
I tried the TDD approach in a script-heavy project and found it quite hard to test piped commands:
In this example i pipe a yaml config file to the kind command.
When mocking the kind