zunit-zsh / zunit

A powerful testing framework for ZSH projects
https://zunit.xyz
MIT License
208 stars 23 forks source link

Output from @setup and @teardown not shown. #78

Closed MichaelAquilina closed 7 years ago

MichaelAquilina commented 7 years ago

If something fails in @setup or @teardown, its often hard to debug what went wrong even with the new --verbose option. The work around I am currently using is to move the failing code to a test so that I can see what the failing message is.

molovo commented 7 years ago

Agreed @MichaelAquilina, that should have been done, it just slipped my mind. I'll try and get it out ASAP.