diff options
author | Jason Pellerin <jpellerin@gmail.com> | 2007-04-18 18:40:39 +0000 |
---|---|---|
committer | Jason Pellerin <jpellerin@gmail.com> | 2007-04-18 18:40:39 +0000 |
commit | 0db9e5d0cfd1cd024451c5dd35b927c7225009e1 (patch) | |
tree | 0c19f360ebba019d2d63910b95dd126bd58cc52a /TODO | |
parent | 44dde48d1f5d352b9bf7c67d58d38e445396ab26 (diff) | |
download | nose-0db9e5d0cfd1cd024451c5dd35b927c7225009e1.tar.gz |
Updated TODO. Added prepareTestCase plugin hook.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |