File: misattributed-output

package info (click to toggle)
gotestsum 1.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,060 kB
  • sloc: sh: 89; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

=== Failed
=== FAIL:  TestOutputWithSubtest (0.00s)
    --- PASS: TestOutputWithSubtest/sub_test (0.00s)
        foo_test.go:9: output from sub test
        foo_test.go:11: more output from sub test
        foo_test.go:16: more output from sub test
        --- PASS: TestOutputWithSubtest/sub_test/sub2 (0.00s)
            foo_test.go:14: output from sub2 test
    foo_test.go:22: output from root test
    foo_test.go:27: output from root test
    --- PASS: TestOutputWithSubtest/sub_test2 (0.00s)
        foo_test.go:21: output from sub test2
        foo_test.go:23: more output from sub test2
        foo_test.go:28: more output from sub test2
        --- PASS: TestOutputWithSubtest/sub_test2/sub2 (0.00s)
            foo_test.go:26: output from sub2 test
    foo_test.go:32: output after sub test

DONE 5 tests, 1 failure in 0.000s