redding / assert

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

don't hide backtraces on exceptions raised while loading the tests #124

Closed kellyredding closed 11 years ago

kellyredding commented 11 years ago

Short-sightedly put in a feature where test loading exceptions had their backtraces hidden except in debug mode. This proved to be very annoying as you always want to see the backtrace in this scenario. Plus, without showing the backtrace, I found myself not recognizing the output as an error and it confused me greatly.

Closes #123.

@jcredding yo!

kellyredding commented 11 years ago

@jcredding going to go ahead and merge and release a patch release.