diff tests/doctest.txt @ 0:8d31e36f084e

initial stubbing
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 29 Feb 2012 13:09:11 -0800
parents
children 623358c3ebde
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Wed Feb 29 13:09:11 2012 -0800
@@ -0,0 +1,11 @@
+Test FileServer
+================
+
+The obligatory imports:
+
+    >>> import fileserver
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+