Codebase list libtest-inter-perl / upstream/1.05 TODO
upstream/1.05

Tree @upstream/1.05 (Download .tar.gz)

TODO @upstream/1.05raw · history · blame

Consider adding the following from Test::More

   note
   explain
   can_ok
   isa_ok
   subtest
   cmp_ok

   like
   unlike
       handles strings match regexps
       lists contain certain element
       hashes contain certain keys

Add support for input files

Look at:
   Test::Group
   Test::Slow
to see if there's anything I want to add.

Look at using Data::PrettyPrintObjects to print out the results.

Add support for timing tests:

   ok 1  (12 ms)
   ok 2  (23 ms)