Changes for version 0.02 - 2021-05-04
- No changes since 0.01_02
Changes for version 0.01_02 - 2021-05-04
- Don't use `system()` on test
- Fix insufficient dependency (Test2::V0)
Changes for version 0.01_01 - 2021-05-04
- Add tests for:
- Migration rules
- CLI
- Test2 plugin
- Move example test file to `share` (since it's not an example for usage of this tool)
- Fix migration of `use Test::More skip_all => ...` (the reason of skip was not migrated correctly)
Documentation
Migrate your tests from Test::More to Test2::V0
Modules
It's new $module
A Test2 plugin that wraps 2nd argument of failed assertions with string()
Provides
in lib/App/MigrateToTest2V0/CLI.pm
in lib/App/MigrateToTest2V0/Rule.pm
in lib/App/MigrateToTest2V0/Rule/AvoidNameConflictWithTestDeep.pm
in lib/App/MigrateToTest2V0/Rule/ReplaceIsDeeplyToIs.pm
in lib/App/MigrateToTest2V0/Rule/ReplaceIsaOkHASHOrArrayToRefOk.pm
in lib/App/MigrateToTest2V0/Rule/ReplaceUseTestMoreToUseTest2V0.pm
in lib/App/MigrateToTest2V0/Rule/Translate2ndArgumentOfIsaOkWithArrayRef.pm