File: golden.run_twice_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 (14 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[----------] Running tests from RunTwiceTest
[ RUN      ] RunTwiceTest.PassingMethod
[       OK ] RunTwiceTest.PassingMethod
[ RUN      ] RunTwiceTest.FailingMethod
run_twice_test.go:46:
Expected: 17.5
Actual:   17

[  FAILED  ] RunTwiceTest.FailingMethod
[----------] Finished with tests from RunTwiceTest
--- FAIL: TestSomething (1.23s)
FAIL
exit status 1
FAIL somepkg 1.234s