redding / assert

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

test/unit handling cleanups #230

Closed kellyredding closed 9 years ago

kellyredding commented 9 years ago

These were noticed while optimizing tests and trying to get more test execution speed.

First this fixes a bug when defining duplicate test/unit style test methods. Second, this switches to calling test/unit style teardowns after assert style teardowns just like we call test/unit style setups after assert style setups.

@jcredding minor stuff I happened upon. Ready for review.

jcredding commented 9 years ago

@kellyredding - Looks good :boom: