1Test2::Require::AuthorTUessetrinCgo(n3t)ributed Perl DocTuemsetn2t:a:tRieoqnuire::AuthorTesting(3)
2
3
4
6 Test2::Require::AuthorTesting - Only run a test when the AUTHOR_TESTING
7 environment variable is set.
8
10 It is common practice to write tests that are only run when the
11 AUTHOR_TESTING environment variable is set. This module automates the
12 (admittedly trivial) work of creating such a test.
13
15 use Test2::Require::AuthorTesting;
16
17 ...
18
19 done_testing;
20
22 The source code repository for Test2-Suite can be found at
23 https://github.com/Test-More/Test2-Suite/.
24
26 Chad Granum <exodist@cpan.org>
27
29 Chad Granum <exodist@cpan.org>
30
32 Copyright 2018 Chad Granum <exodist@cpan.org>.
33
34 This program is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37 See http://dev.perl.org/licenses/
38
39
40
41perl v5.36.0 2023-03-23 Test2::Require::AuthorTesting(3)