You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following author-only tests are run as part of the standard Net-SSLeay test suite:
t/local/01_pod.t
t/local/02_pod_coverage.t
t/local/kwalitee.t
These only need to be run as part of CI jobs and release testing, and are usually skipped on end-user machines anyway (owing to their stealth dependency on the non-core Test::Pod, Test::Pod::Coverage and Test::Kwalitee modules respectively).
We'd be better off moving these tests to an xt/-like directory structure and adding a snippet to Makefile.PL to generate an xtest target that executes them.
The text was updated successfully, but these errors were encountered:
The following author-only tests are run as part of the standard test
suite:
* t/local/01_pod.t
* t/local/02_pod_coverage.t
* t/local/kwalitee.t
These only need to be run as part of CI jobs and release testing, and
are usually skipped on end-user machines anyway (owing to their stealth
dependency on the non-core Test::Pod, Test::Pod::Coverage and
Test::Kwalitee modules respectively).
Move these tests to the xt/ directory, declare their Test:: dependencies
as development prerequisites, and add an xtest target to the generated
Makefile that runs these tests.
Closesradiator-software#392.
The following author-only tests are run as part of the standard Net-SSLeay test suite:
t/local/01_pod.t
t/local/02_pod_coverage.t
t/local/kwalitee.t
These only need to be run as part of CI jobs and release testing, and are usually skipped on end-user machines anyway (owing to their stealth dependency on the non-core Test::Pod, Test::Pod::Coverage and Test::Kwalitee modules respectively).
We'd be better off moving these tests to an
xt/
-like directory structure and adding a snippet toMakefile.PL
to generate anxtest
target that executes them.The text was updated successfully, but these errors were encountered: