is_pass was counting todos twice and skips not at all
[tapir.git] / README
blob4cdc902f269e543e6080e1a7d5415ce3fd29c6e2
2 Tapir is a PIR-based TAP (Test Anything Protocol) Harness
4 It eats test output and tells humans if the test suite passed, and if not,
5 which kind of pretty colors of smoke came out.
7 The only requirement for Tapir is Parrot 1.8.0 or higher.
9 To run the Tapir test suite with Tapir:
11     $ parrot t/harness.pir t/*.t
13 That might not be fully functional yet, but you can always use parrot or prove to run Tapir tests:
15     $ parrot t/01-parse_plan.t
17 You should see something like:
19 1..3
20 ok 1 - parse_plan can parse a simple plan
21 ok 2 - parse_plan can parse a single test plan
22 ok 3 - parse_plan can parse a no-test plan