summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-25 19:05:34 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-25 19:05:34 +0000
commit6d390315bfbda6b4d1816ff01597a5e14888de3b (patch)
treee18233f30a6c365c2f5acc081cbc065919769ac3 /TODO
parent30f4d378d7a72fed032cd3357ca80002df7064e0 (diff)
downloadnose-6d390315bfbda6b4d1816ff01597a5e14888de3b.tar.gz
Removed __del__ from capture plugin: was causing odd side-effects when doctest enabled(?). Added set_trace convenience method to tools. Fixed various other small bugs.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 8417ccb..aa7807f 100644
--- a/TODO
+++ b/TODO
@@ -46,10 +46,6 @@ OK (skipped=2)
BUGS
--- something in doctests or in importing of all modules causes
- unit_tests/test_core.TestAPI_run.test_restore_stdout to fail
-
--- doctests: name of package-level doctests is wrong, prepends pak.__init__
-- when run vs spine suite, makeTest seemingly was called on an object
that should not have passed the selector --