Skip to content

Commit 14567d4

Browse files
authored
add caution about done-testing
1 parent 3974b1c commit 14567d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/testing.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ C<done-testing>.
178178
179179
Specify that testing has finished. Use this function when you do not as yet
180180
have a C<plan> for the number of tests to run. A C<plan> is thus not
181-
required when using C<done-testing>.
181+
required when using C<done-testing>. (Note: It is recommended that the C<done-testing>
182+
be removed when all tests are finalized to help catch future test errors.)
182183
183184
=head1 Testing return values
184185

0 commit comments

Comments
 (0)