1Test2::Formatter::QVF(3U)ser Contributed Perl DocumentatiToenst2::Formatter::QVF(3)
2
3
4
6 Test2::Formatter::QVF - Test2 formatter that is [Q]uiet but [V]erbose
7 on [F]ailure.
8
10 This formatter is a subclass of Test2::Formatter::Test2. This one will
11 buffer all output from a test file and only show it to you if there is
12 a failure. Most of the time it willonly show you the completion
13 notifications for each test.
14
16 $ yath test --qvf ...
17
19 The source code repository for Test2-Harness can be found at
20 http://github.com/Test-More/Test2-Harness/.
21
23 Chad Granum <exodist@cpan.org>
24
26 Chad Granum <exodist@cpan.org>
27
29 Copyright 2020 Chad Granum <exodist7@gmail.com>.
30
31 This program is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34 See http://dev.perl.org/licenses/
35
36
37
38perl v5.38.0 2023-10-04 Test2::Formatter::QVF(3)