You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
I run it with bats hello_world_test.sh, and the console output is this:
✗ Say Hi!
(in test file hello_world_test.sh, line 8)
`[[ $status -eq 0 ]]' failed
In my opinion it would be very nice if the test described WHY it has failed.
For the example above, I would think a good error message would be something like, "Expected output to be "Hello, World!", but received, "Hello Worldy!"
Thanks! ❤️
The text was updated successfully, but these errors were encountered:
Hi!
Here's a simple example of my code:
and then the bats test:
I run it with
bats hello_world_test.sh
, and the console output is this:In my opinion it would be very nice if the test described WHY it has failed.
For the example above, I would think a good error message would be something like, "Expected output to be "Hello, World!", but received, "Hello Worldy!"
Thanks! ❤️
The text was updated successfully, but these errors were encountered: