mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 13:08:07 -05:00
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
=== RUN TestDoFoo
|
|
=== RUN TestDoFoo2
|
|
--- PASS: TestDoFoo (0.27s)
|
|
cov_test.go:10: DoFoo log 1
|
|
cov_test.go:10: DoFoo log 2
|
|
--- PASS: TestDoFoo2 (0.16s)
|
|
cov_test.go:21: DoFoo2 log 1
|
|
cov_test.go:21: DoFoo2 log 2
|
|
PASS
|
|
ok package/name 0.440s
|