redding / assert

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

more efficient method macros #139

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

have only one test per context for all method macro tests. should reduce the number of setups/teardowns and make for faster test suites that use method macros.

kellyredding commented 11 years ago

handled in #140.