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

Preserve exception in async test #8

Closed
provegard opened this issue Sep 12, 2019 · 2 comments
Closed

Preserve exception in async test #8

provegard opened this issue Sep 12, 2019 · 2 comments
Milestone

Comments

@provegard
Copy link
Collaborator

See #7

Upon failure we create a TestFailure, but it only has a message. We could have Option[Throwable] there as well, but it needs to be handled in the runner.

Maybe merge TestFailure and TestError? Is there a reason to separate them?

@provegard provegard added this to the 0.1.0 milestone Sep 12, 2019
@provegard
Copy link
Collaborator Author

Need to test if this was solved in #17.

@provegard
Copy link
Collaborator Author

TestFailed has Option[Throwable] now...

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

1 participant