thaljef / Pinto

Curate your own repository of Perl modules
https://metacpan.org/module/Pinto::Manual
66 stars 49 forks source link

Use `subtest` feature to organize test assertions #183

Closed thaljef closed 9 years ago

thaljef commented 9 years ago

Some older tests scripts use simple blocks to organize and scope test code & assertions. The preferred technique is to use the subtest feature of Test::More. So we need to visit the older scripts and modernize them.

thaljef commented 9 years ago

Thanks to @cakirke for completing this work, via the CPAN Pull Request Challenge