wadmiraal / bunit

Simple framework for writing Bash unit tests.
MIT License
1 stars 0 forks source link

bunit.sh: line 61: test_something(): command not found #1

Open vergissberlin opened 7 years ago

vergissberlin commented 7 years ago

Hi!

I try to run the example test, but for some reasons there is no way to execute the included test functions.

./vendor/bunit/bunit.sh -t ./transformer/tests/unit/
----- This is a test suite ------
bunit.sh: line 61: test_something(): command not found

Do you have any ideas?

Cheers, André BTW nice idea!

wadmiraal commented 7 years ago

Weird. Just tried it again locally, and it works. What's your setup?

P.S. As I mention in the README, there are better solutions out there, like Bats :-). This is just an experiment, more a proof-of-concept ;-). I do use it, though.