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

Create better test summary #38

Open
benmccann opened this issue Jan 9, 2014 · 0 comments
Open

Create better test summary #38

benmccann opened this issue Jan 9, 2014 · 0 comments

Comments

@benmccann
Copy link
Contributor

Right now, it just lists the class that had a failing test eventhough there are several tests in that class. It would be much more helpful if it listed the failed method names as well.

[error] Failed: Total 293, Failed 1, Errors 0, Passed 280, Skipped 12
[error] Failed tests:
[error]         com.connectifier.MyTest

This is the built-in, default summary from sbt. It is a generic summary that supports all frameworks and thus doesn't try to be too fancy. In the new test interface supported by 0.13, test frameworks can provide their own summary that will override sbt's.

https://github.com/sbt/test-interface/blob/master/src/main/java/sbt/testing/Runner.java#L87

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