You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Granular TAP output makes it easier to see what's being tested (and
what's going wrong). You could feed this into any TAP harness you
like, but I've chosen prove (it seems popular). You need a TAP
harness looking for test failures, because runtimetest now returns
zero when it successfully runs the tests (regardless of whether the
tests all pass). To avoid confusing the TAP consumer, all of the
non-TAP logging goes to stderr (and not stdout).
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments