diff tests/doctest.txt @ 0:ee1c34d2f1c4

initial commit
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Mar 2014 19:01:54 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Sun Mar 02 19:01:54 2014 -0800
@@ -0,0 +1,11 @@
+Test abbrev
+================
+
+The obligatory imports:
+
+    >>> import abbrev
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+