diff tests/doctest.txt @ 0:3497a30190d2

initial commit of fetch, WIP
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 18 Sep 2011 10:33:04 -0700
parents
children 0706968f01bb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Sun Sep 18 10:33:04 2011 -0700
@@ -0,0 +1,11 @@
+Test fetch
+================
+
+The obligatory imports:
+
+    >>> import fetch
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+