File: golden.filtered_test

package info (click to toggle)
golang-github-jacobsa-ogletest 0.0~git20170503.80d50a7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: makefile: 6
file content (24 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[----------] Running tests from PartiallyFilteredTest
[ RUN      ] PartiallyFilteredTest.PassingTestBar
[       OK ] PartiallyFilteredTest.PassingTestBar
[ RUN      ] PartiallyFilteredTest.PartiallyFilteredTestBar
filtered_test.go:49:
Expected: has substring "blah"
Actual:   taco

[  FAILED  ] PartiallyFilteredTest.PartiallyFilteredTestBar
[ RUN      ] PartiallyFilteredTest.PartiallyFilteredTestBaz
filtered_test.go:53:
Expected: less than 17
Actual:   18

[  FAILED  ] PartiallyFilteredTest.PartiallyFilteredTestBaz
[----------] Finished with tests from PartiallyFilteredTest
[----------] Running tests from CompletelyFilteredTest
SetUpTestSuite run!
TearDownTestSuite run!
[----------] Finished with tests from CompletelyFilteredTest
--- FAIL: TestSomething (1.23s)
FAIL
exit status 1
FAIL somepkg 1.234s