zunit-zsh/zunit

Output from @setup and @teardown not shown.

MichaelAquilina opened this issue · 1 comments

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.

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