redding / assert

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

hooked up some `debug` behavior #114

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

Now that you can run assert in "debug mode", this ties in some behavior for that mode. In debug mode, assert will show CLI error backtraces and will show all of the test files that are loaded.

@jcredding this is just the latest commit here. Will rebase it once #113 is merged.

jcredding commented 11 years ago

@kellyredding - Good to go :boom: