diff tests/doctest.txt @ 0:cfcfa093e4b4

initial commit
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 09 Dec 2012 10:21:43 -0800
parents
children 60d7e38a20cd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Sun Dec 09 10:21:43 2012 -0800
@@ -0,0 +1,11 @@
+Test WSGraph
+================
+
+The obligatory imports:
+
+    >>> import wsgraph
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+