diff tests/doctest.txt @ 0:48d0f28311a3

init
author Jeff Hammel <k0scist@gmail.com>
date Thu, 14 Aug 2014 16:26:16 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/doctest.txt	Thu Aug 14 16:26:16 2014 -0700
@@ -0,0 +1,11 @@
+Test kplot
+================
+
+The obligatory imports:
+
+    >>> import kplot
+
+Run some tests.  This test will fail, please fix it:
+
+    >>> assert True == False
+