p5-net-ssleay icon indicating copy to clipboard operation
p5-net-ssleay copied to clipboard

Author-only tests are executed as part of `make test`

Open chrisnovakovic opened this issue 2 years ago • 0 comments

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.

chrisnovakovic avatar Apr 01 '22 22:04 chrisnovakovic