action #106047
closed
Add no fatal flag to "verify_*" modules
Added by geor almost 3 years ago.
Updated almost 3 years ago.
Description
Motivation¶
A verification module's failure should not terminate a test run, which results in reduced testing coverage.
Task¶
Add the fatal => 0
test flag on all modules starting with "verify_" :
sub test_flags {
return {fatal => 0};
}
- Status changed from New to Closed
Also available in: Atom
PDF