|
Date: 4/20/2008 5:46 pm · Subject: Overkill on perl module dependency check for testing · Rating: 0
Asset/Event/edit.t has a BAIL_OUT statement. This causes all testing (including running other scripts via prove) to immediately stop. Since other tests can run independently of Test::WWW::Mechanize, it should use SKIP_ALL instead.
|