We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e7e38 commit 449bf62Copy full SHA for 449bf62
doc/Type/Test.rakudoc
@@ -29,6 +29,9 @@ the subtest.
29
If a C<plan> is used, it's not necessary to specify the end of testing with
30
C<done-testing>.
31
32
+I<Note that C<plan *> is allowed, is the same as not declaring a plan, and is
33
+not recommended.>
34
+
35
You can also provide a C<:skip-all> named argument instead of a test count,
36
to indicate that you want to skip all of the tests. Such a plan will
37
call L«C<exit>|/routine/exit», unless used inside of a C<subtest>.
0 commit comments