Files
go-junit-report/tests/11-go_1_5.txt
Aiden Scandella 1b60a11396 Add support for Go 1.5 test results
An alternate approach that does not involve regular expressions.

Fixes #15
2015-08-23 10:55:52 -07:00

7 lines
118 B
Plaintext

=== RUN TestOne
--- PASS: TestOne (0.02s)
=== RUN TestTwo
--- PASS: TestTwo (0.03s)
PASS
ok package/name 0.050s