The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.40

  • Parallel tests now automatically ignore test methods tagged with 'noparallel'.
  • Fix bug where sequential tests fail with parallel testing.
  • Remove long-deprecated test_reporting() method.
  • The second argument to test methods ($report) is now deprecated. Call $test->test_report instead.
  • You can now call has_tag() on a method report object.

Modules

Experimental TAP stream builder for parallel tests
Experimental role for TAP stream builder
Experimental TAP stream builder for parallel tests
Test::Class + Moose
Configuration information for Test::Class::Moose
Load Test::Class::Moose classes automatically.
Test information for Test::Class::Moose
Reporting on test classes
Reporting on test methods
Reporting object for timing
Automatically load the classes you're testing
run tests in parallel (highly experimental)
Reporting gathering role
Global registry of tags by class and method.
A starting guide for Test::Class::Moose