Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twerp Should Catch Uncaught Exceptions #5

Closed
bigeasy opened this issue Jun 29, 2011 · 3 comments
Closed

Twerp Should Catch Uncaught Exceptions #5

bigeasy opened this issue Jun 29, 2011 · 3 comments

Comments

@bigeasy
Copy link
Contributor

bigeasy commented Jun 29, 2011

When my twerp tests fail due to an exception, I'm expecting to see a stack trace. Instead, the twerp runner stops. With the tiny runner, using the following example, there is no output.

{TwerpTest} = require "twerp"

class exports.ATest extends TwerpTest
  testSomething: (done) ->
    a.b.c
    done 0

It would be nice to get a stack trace and go on with the tests.

@philjackson
Copy link
Owner

Thanks big, I'll get on this soon.

@philjackson
Copy link
Owner

Just pushed in 1.0.1.

@bigeasy
Copy link
Contributor Author

bigeasy commented Jul 25, 2011

Super! Thanks. Been working with it all day. It works great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants