Releases: rafritts/bunit
Releases · rafritts/bunit
bunit-1.2.1
This release contains a fix for running with set -u
. Successful tests will be displayed in green, unsuccessful tests will be displayed with red. Finally, options to run tests with set -e
, set -u
, and set -x
, have also been added. They are invoked via command line options such as ./runUnitTests.ut -v -e -x
.
bunit-1.0.0
Renamed the project to bunit
, which I felt was much more pleasant than BashScriptTestingLibrary
. Thats the Java EE in me. Old habits die hard, you know?