Skip to content

Commit 449bf62

Browse files
committed
Mention (and discourage) plan *
Closes #4640
1 parent c0e7e38 commit 449bf62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/Type/Test.rakudoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ the subtest.
2929
If a C<plan> is used, it's not necessary to specify the end of testing with
3030
C<done-testing>.
3131

32+
I<Note that C<plan *> is allowed, is the same as not declaring a plan, and is
33+
not recommended.>
34+
3235
You can also provide a C<:skip-all> named argument instead of a test count,
3336
to indicate that you want to skip all of the tests. Such a plan will
3437
call L«C<exit>|/routine/exit», unless used inside of a C<subtest>.

0 commit comments

Comments
 (0)