testing-in-bash icon indicating copy to clipboard operation
testing-in-bash copied to clipboard

Bash test framework comparison

Results 4 testing-in-bash issues
Sort by recently updated
recently updated
newest added

Your shunit2 description mentions that it can't be used to mock functions by export. In my experience it's working though. Looks like alias in your unit test example is still...

This looks like an interesting new testing framework: https://github.com/bach-sh/bach

There's a new library that has gotten over 50 stars ⭐ in its GiHub repository in its first week: - Click [here](https://github.com/TypedDevs/bashunit) to see the bashunit repository. Its aim is...

Hi, fellows. I am a software developer apprentice. In this journey, I learned docker is a great tool for apps and isolated images in containers. Since I am a Linux...