diff tests/doctest.txt @ 0:f7edadebb1de

initial commit
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 17 Feb 2012 12:20:51 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Fri Feb 17 12:20:51 2012 -0800
@@ -0,0 +1,11 @@
+Test schema
+================
+
+The obligatory imports:
+
+    >>> import schema
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+