-
-
23 May 2016 22:54:58 UTC
- Distribution: Dist-Zilla-Plugin-CheckExtraTests
- Module version: 0.029
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (4672 / 144 / 0)
- Kwalitee
Bus factor: 1- 84.03% Coverage
- License: apache_2_0
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (21.14KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 7 contributors-
Jesse Luehrs
-
Christopher J. Madsen
-
David H. Adler
-
Karen Etheridge
-
Kent Fredric
-
Olivier Mengué
-
Ricardo Signes
NAME
Dist::Zilla::Plugin::RunExtraTests - support running xt tests via dzil test
VERSION
version 0.029
SYNOPSIS
In your dist.ini:
[RunExtraTests]
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
, andAUTOMATED_TESTING
), which are set bydzil 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
orModuleBuild
), then the dist will not be rebuilt between running the normal tests and the extra tests.SEE ALSO
AUTHORS
David Golden <dagolden@cpan.org>
Jesse Luehrs <doy@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2016 by David Golden.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004
Module Install Instructions
To install Dist::Zilla::Plugin::CheckExtraTests, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::CheckExtraTests
perl -MCPAN -e shell install Dist::Zilla::Plugin::CheckExtraTests
For more information on module installation, please visit the detailed CPAN module installation guide.