summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-18 18:40:39 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-18 18:40:39 +0000
commit0db9e5d0cfd1cd024451c5dd35b927c7225009e1 (patch)
tree0c19f360ebba019d2d63910b95dd126bd58cc52a /TODO
parent44dde48d1f5d352b9bf7c67d58d38e445396ab26 (diff)
downloadnose-0db9e5d0cfd1cd024451c5dd35b927c7225009e1.tar.gz
Updated TODO. Added prepareTestCase plugin hook.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 12d2485..47007c1 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ DOCUMENTATION
NEWS
- sep. upload of index for 0.10
+ sep. upload of index for 0.10 -- link from 0.9 index
sanity check all docstrings
@@ -26,8 +26,6 @@ Failure test logs can be more informative
before/after Context [in suite, call with parent?
or in lazy load situations only?]
-makeTest
-prepareTestCase
loadTestsFromName
when result prints final result, patch in error classes, eg,
@@ -73,6 +71,9 @@ TESTS NEEDED
deprecated at module/module setup
error at module/module setup
+ plugin api -- comprehensive integration test that runs a suite with a plugin
+ that tracks calls and ensures that all calls are called with proper
+ arguments
PROFILE