diff tests/doctest.txt @ 0:b3023ba3c9ca

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