On Sat, Feb 21, 2009 at 12:13, Andy Lester <a...@petdance.com> wrote:
> Rakudo has a test suite.  It also pulls in the spec test suite.
>
> If I work on some tests (as one might expect), where should I put them?
>  What are the criteria for what goes where?
>
if you're testing the innermost internals of rakudo--the most base
components of the compiler, use rakudo's test suite.  if you're
testing a rakudo-specific extension to perl 6, like C<.PARROT>, use
rakudo's test suite.  for any other reason (adding cases to existing
spec tests, testing bits of the spec that are yet uncovered, etc.) use
the spec test suite.

~jerry

Reply via email to