Dist::Zilla::Plugin::RunExtraTests(3pm) | User Contributed Perl Documentation | Dist::Zilla::Plugin::RunExtraTests(3pm) |
Dist::Zilla::Plugin::RunExtraTests - support running xt tests via dzil test
version 0.029
In your dist.ini:
[RunExtraTests]
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.
This software is Copyright (c) 2016 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
2022-12-06 | perl v5.36.0 |