-
-
src/java/org/pantsbuild/tools/junit/impl/PerTestConsoleListener.java (Diff revision 1) nit: spurious whitespace?
Reformatting the junit output to be consistent with pants.
Review Request #2917 — Created Oct. 2, 2015 and submitted
Information | |
---|---|
gmalmquist | |
pants | |
gmalmquist/reformat-junit-output-testcases | |
2301 | |
86192b7... | |
Reviewers | |
pants-reviews | |
jsirois, nhoward_tw, zundel |
Now testcases are described as org.foo.bar.TestClass#testMethodName Which is consistent with how tests are specified on the cli.
Manual testing.
CI went green here: https://travis-ci.org/pantsbuild/pants/builds/83206084
ZU
GM
Change Summary:
Whitespace fix.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+31 -4) |
NH
-
-
src/java/org/pantsbuild/tools/junit/impl/Util.java (Diff revision 2) I know you've already submitted it, but I'd appreciate some unit tests for this if you have time for a follow up.