redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

capture skip results in teardown blocks #137

Closed kellyredding closed 10 years ago

kellyredding commented 11 years ago

This is so you can do skip directives in a teardown block and have it work. Right now, b/c skip raises a Assert::Result::TestSkipped exception it is considered an error result instead of a proper skip result.

This has come up (rarely) before. I just keep forgetting to write it down and address it.