File: errFailPassTextStopOnError-4.txt

package info (click to toggle)
lua-unit 3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: xml: 852; python: 224; makefile: 153
file content (13 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
..F
Failure during LuaUnit test execution:
test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2

Failed tests:
-------------
1) TestSomething.test2_Fail1
test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2
stack traceback:
	test/test_with_err_fail_pass.lua:15: in function 'TestSomething.test2_Fail1'

Ran 3 tests in 0.000 seconds, 2 successes, 1 failure, 9 non-selected
LuaUnit ABORTED (as requested by --error or --failure option)