diff tests/doctest.txt @ 5:7ea2b5f12b2d

stub tests
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 08 Jul 2011 10:28:31 -0700
parents
children 111ffe84f66a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Fri Jul 08 10:28:31 2011 -0700
@@ -0,0 +1,12 @@
+Test carton
+===========
+
+The obligatory imports:
+
+    >>> import carton
+    >>> import tempfile
+
+Run some tests::
+
+    >>> assert True
+