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 d357d88 commit 6646cc9Copy full SHA for 6646cc9
doc/Language/testing.pod6
@@ -699,6 +699,9 @@ The result from the test code above will be something like:
699
# got: '3'
700
=end code
701
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
+
705
=item X<skip($reason, $count = 1)|skip>
706
707
Skip C<$count> tests, giving a C<$reason> as to why. By default only one
0 commit comments