logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dist::Zilla::Plugin::CheckExtraTests - check xt tests before release

Attributes

default_jobs
       This attribute is the default value that should be used as the "jobs" argument for prerelease tests.

Authors

       •   David Golden <dagolden@cpan.org>

       •   Jesse Luehrs <doy@cpan.org>

Contributors

       •   Christopher J. Madsen <cjm@cpan.org>

       •   David Golden <xdg@xdg.me>

       •   David H. Adler <dha@pobox.com>

       •   Karen Etheridge <ether@cpan.org>

       •   Kent Fredric <kentfredric@gmail.com>

       •   Olivier Mengué <dolmen@cpan.org>

       •   Ricardo Signes <rjbs@cpan.org>

Description

       Runs all xt tests before release.  Dies if any fail.  Sets RELEASE_TESTING and AUTHOR_TESTING.

       If you use Dist::Zilla::Plugin::TestRelease, you should consider using Dist::Zilla::Plugin::RunExtraTests
       instead, which enables xt tests to run as part of "[TestRelease]" and is thus a bit more efficient as the
       distribution is only built once for testing.

Name

       Dist::Zilla::Plugin::CheckExtraTests - check xt tests before release

See Also

       •   Dist::Zilla

Support

Bugs/FeatureRequests
       Please     report    any    bugs    or    feature    requests    through    the    issue    tracker    at
       <https://github.com/dagolden/Dist-Zilla-Plugin-CheckExtraTests/issues>.     You    will    be    notified
       automatically of any progress on your issue.

   SourceCode
       This  is open source software.  The code repository is available for public review and contribution under
       the terms of the license.

       <https://github.com/dagolden/Dist-Zilla-Plugin-CheckExtraTests>

         git clone https://github.com/dagolden/Dist-Zilla-Plugin-CheckExtraTests.git

Synopsis

       In your dist.ini:

         [CheckExtraTests]

Version

       version 0.029

See Also