]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - TODO
Add one more TODO.
[dunshire.git] / TODO
diff --git a/TODO b/TODO
index 30354e45f16d1665813ce724e83f600b7c9cb5e8..8b345c92084113dba5582073a3ccf48636243253 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,7 +21,7 @@
 9. We only need to include the API docs for dunshire.games in the
    "user manual;" everything else can go in an appendix.
 
-10. The ice cream cone tests sometimes fail. It can happen that we get
-    an "unknown" back from CVXOPT, or simply that we don't get the
-    expected answer in self.assertTrue(abs(first - second) <
-    options.ABS_TOL).
+10. Enable doctesting of *.rst files (this might make the doctest
+    suite I'm already running redundant?) I should only need to test a
+    few specific ReST files and use the existing suite to test the API
+    docs.