Get to grips with Prove, Perl's test workhorse
The ubiquitous test runner is a powerful tool for your arsenal
The ubiquitous test runner is a powerful tool for your arsenal
Testing is an important step in developing any important body of work. In today’s pragmatic culture, we’re taught to test first, test often, and design with tests. The expectation is that chanting “test test test” forgives all sins. To…