diff tests/doctest.txt @ 0:a41537c4284f

stub
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 29 Mar 2012 16:44:35 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Thu Mar 29 16:44:35 2012 -0700
@@ -0,0 +1,11 @@
+Test CommandParser
+================
+
+The obligatory imports:
+
+    >>> import commandparser
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+