-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for the good work #37
Comments
Thanks for bash_unit! I'm using it over at http://github.com/tkellen/kwm :) |
this looks really promising. Particularly the way you output errors is pleasant. tnx for your work! |
Thx for the great work. We just started to use bash_unit for an internal project, testing how a bash script built around |
Finding this repo made my day. I wanted to hack on a gnarly bash script that generates regex patterns, but no way was I going to try that without unit tests. After finding this project, I spent the day writing unit tests and improving the regex generation while passing all the tests. 🔥 🏆 to @pgrange and everyone else who has contributed. |
Exactly what I've been looking for. Nicely designed, unintrusive, zero boilerplate, easy to install and use, all I need yet no feature creep. |
Don't know why, but playing around with bash_unit has been a lot of fun, so thanks for that! |
I wrote my bash unit test framework 10 years ago... but now for the new project I am working on, I wanted to take someone elses work and try it... without even trying it out, I wanted to tank you for the seemingly awesome work you have done. I will try to incorporate this into my Team's work, as they complained they are unable to test their script code with some tests and they would prefer something testable like python... but for what we do (execute commands and check result codes) bash is the king. |
If you want to say something nice about bash_unit but can not think of a better place right now, just add a comment to this issue.
If you want to blame bash_unit for any reason, just open another issue to describe your... issue.
The text was updated successfully, but these errors were encountered: