[Jifty-commit] r1882 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 30 17:42:47 EDT 2006


Author: schwern
Date: Wed Aug 30 17:42:46 2006
New Revision: 1882

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/Test.pm

Log:
 r17562 at windhund:  schwern | 2006-08-30 15:35:25 -0400
 Basic SYNOPSIS for Jifty::Test as well as mentioning the Test::More 
 passthrough.


Modified: jifty/trunk/lib/Jifty/Test.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test.pm	(original)
+++ jifty/trunk/lib/Jifty/Test.pm	Wed Aug 30 17:42:46 2006
@@ -11,6 +11,27 @@
 use Email::Folder;
 use File::Path;
 
+
+=head1 NAME
+
+Jifty::Test - Jifty's test module
+
+=head1 SYNOPSIS
+
+    use Jifty::Test tests => 5;
+
+    ...all of Test::More's functionality...
+
+    ...any class methods defined below...
+
+=head1 DESCRIPTION
+
+Jifty::Test is a superset of Test::More.  It provides all of
+Test::More's functionality in addition to the class methods defined
+below.
+
+=head1 METHODS
+
 =head2 import_extra
 
 Called by L<Test::More>'s C<import> code when L<Jifty::Test> is first


More information about the Jifty-commit mailing list