NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Boy do we test (Score:2)
We have a script called smoke that
All this is done by creating my own subclass of Test::Harness::Straps which can handle all those other non-*.t files.
Also, some of the test files are meta-test files. For example, there's a .t file that verifies that every .pm file in the tree has a corresponding .t file, that the POD in that file passes muster, and
that it uses warnings and strict.
I'm doing all sorts of automated testing as I keep going on. I'm thinkin' of starting a series of articles in The Perl Review [theperlreview.com] on it.
--
xoa
Reply to This
Re:Boy do we test (Score:1)
The tests that you are doing seem to capture a lot of the benefits of a nightly build: