TODO Verbose output
- Running tests in verbose mode where one of the is marked as
TODOwill show the failure.
$ prove -lv t/34.t
# Add two numbers
# Add 3 numbers
t/34.t ..
1..3
ok 1 - 1+1
ok 2 - 2+2
not ok 3 - 2+2+2 # TODO fix bug summing more than 2 values #173
# Failed (TODO) test '2+2+2'
# at t/34.t line 16.
# got: '4'
# expected: '6'
ok
All tests successful.
Files=1, Tests=3, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.03 cusr 0.00 csys = 0.04 CPU)
Result: PASS