Closed MichaelAquilina closed 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.
--verbose
Agreed @MichaelAquilina, that should have been done, it just slipped my mind. I'll try and get it out ASAP.
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.