Changes between Version 1 and Version 2 of OpcodeTestingHackathon

Show
Ignore:
Timestamp:
11/13/09 19:43:53 (12 years ago)
Author:
dukeleto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpcodeTestingHackathon

    v1 v2  
    33Here are some guiding principles of the hackathon: 
    44 
    5 * If there are tests written in Perl, we would like to convert them to PIR, if possible. 
    6 ** Some can't be converted because the required testing functions do not exist in Parrot's Test::More 
    7 ** In this case, improve Test::More 
    8 * Add tests for things with the lowest coverage first 
    9 * If you want to add tests to a large, currently Perl 5 test file, svn copy the foo.t to foo-old.t, then start 
    10 writing PIR tests in foo.t and migrating tests from foo-old.t to foo.t as tests are translated 
     5 * If there are tests written in Perl, we would like to convert them to PIR, if possible. 
     6    * Some can't be converted because the required testing functions do not exist in Parrot's Test::More 
     7    * In this case, improve Test::More 
     8 * Add tests for things with the lowest coverage first 
     9 * If you want to add tests to a large, currently Perl 5 test file, svn copy the foo.t to foo-old.t, then start writing PIR tests in foo.t and migrating tests from foo-old.t to foo.t as tests are translated