Get rid of some dead code in harness.pir and improve feng shui of the TODO file
[tapir.git] / README
blobc4a878853d5f2fe67fd9d53b9ecb8999549fb974
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 Also, you can always use parrot or prove to run Tapir tests individually:
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