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 1770286 commit 05414aaCopy full SHA for 05414aa
S24-testing.pod
@@ -13,8 +13,8 @@ Synopsis 24: Testing
13
14
Created: 30 Dec 2010
15
16
- Last Modified: 31 Dec 2010
17
- Version: 6
+ Last Modified: 17 Oct 2011
+ Version: 7
18
19
=head1 SYNOPSIS
20
@@ -110,4 +110,12 @@ TODO: more precise explanation
110
111
=head2 todo() and skip()
112
113
-TODO
+ todo($reason, $count = 1)
114
+ skip($reason, $count = 1)
115
+
116
+The C<todo()> function can be called before running other test functions, and
117
+markes the next C<$count> tests as TODO.
118
119
+The C<skip()> function is called I<instead> of the some tests (usually because
120
+they would die), and emits C<$count> SKIP markers in the TAP output.
121
0 commit comments