On Thu Oct 25 08:20:10 2007, pcoch wrote: > In t/perl/Parrot_Test.t there are the todo item comments: > > # TODO test write_code_to_file(), plan(), skip(), slurp_file() > > # test the test functions from Parrot::Test > # TODO: test the untested test functions > > This is all (realistically speaking) todo item. That is: test all > functions contained within the Parrot::Test module.
I am developing an approach to doing this which will apply to all the files in t/perl/*.t. I will post details soon. kid51