]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
Document that we don't output default diagnostics
authorVincent Pit <vince@profvince.com>
Tue, 28 Dec 2010 14:36:36 +0000 (15:36 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 28 Dec 2010 14:36:54 +0000 (15:36 +0100)
lib/Test/Leaner.pm

index d79aef2c9a527bfa3f1e5a4d429bb700b4dc2e83..8a41e4e8ee39c3f6a424d0f929c62bef79c4c5af 100644 (file)
@@ -50,6 +50,10 @@ It also tests in scalar context, so C<'..'> will be treated as the flip-flop ope
 
 =item *
 
+The tests don't output any kind of default diagnostic in case of failure ; the rationale being that if you have a large number of tests and a lot of them are failing, then you don't want to be flooded by diagnostics.
+
+=item *
+
 C<use_ok>, C<require_ok>, C<can_ok>, C<isa_ok>, C<new_ok>, C<subtest>, C<explain>, C<TODO> blocks and C<todo_skip> are not implemented.
 
 =item *