redding / assert

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

Allow more test/unit syntax #59

Closed jcredding closed 13 years ago

jcredding commented 13 years ago

@kelredd I noticed that test unit allows defining setup and teardown instance methods and startup and shutdown class methods when Joey was converting the suite to assert yesterday.

Similar to how we allow defining methods test_something, do we want to make defining setup and teardown blocks in this way work? It would make moving from test unit to assert even easier. I don't really like the syntax, but it's not like we'd be forcing you to use it.

kellyredding commented 13 years ago

@jcredding - I think this is a good idea. I'll look into how feasible it will be.

kellyredding commented 13 years ago

fixed in pull request #60