redding / assert

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

have the test skip with the msg "TODO" if defined with no block #130

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

Before this would just skip with no message. The thought is that if a test is defined but no block is given, it is a TODO and should skip as such.

kellyredding commented 11 years ago

@jcredding the main change is in the first commit. the second commit is just a cleanup. Ready for review.

jcredding commented 11 years ago

@kellyredding - Minus the backtrace issue, this looks good to me :boom:

kellyredding commented 11 years ago

@jcredding I'm going to merge this. I'm going to fix the backtrace problems in a separate PR.