mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 13:08:07 -05:00
11 lines
269 B
Plaintext
11 lines
269 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 github.com/dmitris/test-go-junit-report 0.440s
|