Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Dist::Zilla::Plugin::RunExtraTests - support running xt tests via dzil test

Authors

       •   David Golden <dagolden@cpan.org>

       •   Jesse Luehrs <doy@cpan.org>

Description

       Runs xt tests when the test phase is run (e.g. "dzil test", "dzil release" etc).  xt/release, xt/author,
       and xt/smoke will be tested based on the values of the appropriate environment variables
       ("RELEASE_TESTING", "AUTHOR_TESTING", and "AUTOMATED_TESTING"), which are set by "dzil test".
       Additionally, all other xt files and directories will always be run.

       If "RunExtraTests" is listed after one of the normal test-running plugins (e.g. "MakeMaker" or
       "ModuleBuild"), then the dist will not be rebuilt between running the normal tests and the extra tests.

Name

       Dist::Zilla::Plugin::RunExtraTests - support running xt tests via dzil test

See Also

       •   Dist::Zilla

Synopsis

       In your dist.ini:

         [RunExtraTests]

Version

       version 0.029

See Also