How to produce YAMLish in TAP

2008-06-19 Thread Steffen Schwigon
Hi! I want to transport benchmark results in TAP reports. It's easy to create YAMLish but TAP13 says it should be indented by whitespace. Data::YAML::Writer and TAP::Parser::YAMLish::Write don't do that yet. Of course I could prepare that it myself, but maybe there is already something suggested

Create class-structures for tests

2008-06-19 Thread Steffen Schwigon
Hi! For a particular maybe unorthodox test rpoject I want to create test suites that can inherit from other test suites, so that I can provide base suites, and on top of that more specific suites, adding or changing particular tests. (So I'm not talking about a suite *for* a distribution but the

Re: Create class-structures for tests

2008-06-19 Thread Chris Dolan
On Jun 19, 2008, at 5:34 AM, Steffen Schwigon wrote: For a particular maybe unorthodox test rpoject I want to create test suites that can inherit from other test suites, so that I can provide base suites, and on top of that more specific suites, adding or changing particular tests. (So I'm not