in reply to Re: Google Summer of Code projects for Perl
in thread Google Summer of Code projects for Perl

Well, obviously, under a test-first methodology, if you want to test your test files, you'll have to write some tests for your test files first. And then if you want to test those tests... :)

Seriously, we have ways of marking tests as "todo" for various implementations, and it's just a degenerate case if you have to mark the test as "todo" for all implementations.

  • Comment on Re^2: Google Summer of Code projects for Perl