Skip to content

Commit 6646cc9

Browse files
authored
Document behaviour of TODOed subtest
1 parent d357d88 commit 6646cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/Language/testing.pod6

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,9 @@ The result from the test code above will be something like:
699699
# got: '3'
700700
=end code
701701
702+
Note that if you C<todo> a C<subtest>, all of the failing tests inside of it will be
703+
automatically marked TODO as well and will I<not> count towards your original TODO count.
704+
702705
=item X<skip($reason, $count = 1)|skip>
703706
704707
Skip C<$count> tests, giving a C<$reason> as to why. By default only one

0 commit comments

Comments
 (0)