summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-13 21:07:53 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-13 21:07:53 +0000
commitac5a144a71cb65ef148e345ce3da60ec289aa14a (patch)
tree35700e9a30e5340f5d6c7c2d09d22ebff96adf28 /TODO
parentaf063f4bdba154b769f3df8a9e9b7cd0d6222667 (diff)
downloadnose-ac5a144a71cb65ef148e345ce3da60ec289aa14a.tar.gz
Implemented assert inspection as a plugin.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO b/TODO
index 41d3e70..01820a6 100644
--- a/TODO
+++ b/TODO
@@ -5,15 +5,16 @@ logging
plugintester
set up logging to log to debug stream
-implement assert inspection as plugin
-deprecated needs to be added to builtin plug list
-
fix builtin plugins:
- attrib
coverage
doctest
prof
isolation * post merge
+ not sure how this one can be made to work at the module level, since
+ import and testrunning take place separately now -- mods a, b, c are all
+ imported before tests are run in a. probably best to have it work at the
+ directory and context levels -- that will get pretty close to what it
+ does in 0.9
new plugin:
testid
@@ -28,8 +29,8 @@ Failure test logs can be more informative
before/after Directory
before/after Import
before/after Context [in suite, call with parent]
-describeTest
makeTest
+prepareTestCase
when result prints final result, patch in error classes, eg,