Project

General

Profile

Actions

action #106047

closed

Add no fatal flag to "verify_*" modules

Added by geor about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
2022-02-07
Due date:
% Done:

0%

Estimated time:

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};
}
Actions #1

Updated by geor about 2 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF