Changes for version 0.027 - 2018-08-26
- no changes since 0.026
Changes for version 0.026 - 2018-07-15 ( TRIAL RELEASE )
- add test_routine_test_traits method to apply more traits to test objects
- add skip_reason to test objects to allow them to say "skip me on this run"
- drop use of undocumented "with_caller" feature from Moose::Exporter
Modules
- Test::Routine - composable units of assertion
- Test::Routine::Common - a role composed by all Test::Routine roles
- Test::Routine::Compositor - the tool for turning test routines into runnable classes
- Test::Routine::Manual::Demo - a walkthrough, in code, of Test::Routine
- Test::Routine::Runner - tools for running Test::Routine tests
- Test::Routine::Test - a test method in a Test::Routine role
- Test::Routine::Test::Role - role providing test attributes
- Test::Routine::Util - helpful exports for dealing with test routines