diff tests/doctest.txt @ 0:bf637ccfcae5 default tip

initial stub
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 04 Jul 2012 12:53:24 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Wed Jul 04 12:53:24 2012 -0700
@@ -0,0 +1,11 @@
+Test memeomatic
+================
+
+The obligatory imports:
+
+    >>> import memeomatic
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+