summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-20 20:39:11 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-20 20:39:11 +0000
commitde9924c8790aa4dcc4bf9cdeac744a1d6029709e (patch)
tree890d1a6f4b313a7285ad57c0ba053c4b26e9feeb /TODO
parent437a4aef6a58863a8c995cca2079b8d04b1b6231 (diff)
downloadnose-de9924c8790aa4dcc4bf9cdeac744a1d6029709e.tar.gz
Fixed bugs in address() method for test generators. Fixed multiple ids output for generators in testid plugin. Updated TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index c8f19d9..0fbcc94 100644
--- a/TODO
+++ b/TODO
@@ -11,9 +11,12 @@ DOCUMENTATION
FEATURES
+doctest: must return wrapped suite
+
new plugin:
testid
- -- needs loadTestsFromNames hook
+ -- needs tests with doctests
+ -- needs to be able to handle cases w/out address() method
rename Failure and split into subclasses for Import and other, and make
it optionally include the name of the file being considered so that
@@ -36,7 +39,6 @@ OK (skipped=2)
* loader
- support module.callable in addition to module:callable names
- loadTestsFromTestCase -- override to add plugin call
- - loadTestsFromNames -- plugin hook
BUGS