summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-17 18:54:59 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-17 18:54:59 +0000
commit4be935e15443cf6a9274379e0f4ff928ac6e6bac (patch)
tree7133ae8e3f7500836ca954129a42d1cff7f3ce16 /TODO
parent9b89791b58e9b5ec4cd4a12e774d221f0974da9d (diff)
downloadnose-4be935e15443cf6a9274379e0f4ff928ac6e6bac.tar.gz
Fixed nose.core.collector, restored python setup.py test functionality
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index a5ecd34..1c33b14 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,7 @@ rename Failure and split into subclasses for Import and other, and make
it optionally include the name of the file being considered so that
Failure test logs can be more informative
+* result object needs to call plugins.report()
* plugin methods to add
@@ -38,12 +39,19 @@ OK (skipped=2)
** this can only be done in nose test runner
+* Legacy plugin manager
+ This approach won't work
+ Need a mapping in EntryPointPluginManager of entry point -> wrapper
+ Need to finish the LegacyPluginProxy wrapper
+
BUGS
fix commands module -- use Config.configure to configure
fix collector func -- configure, return loader.loadTestsFromNames()
+output capture not working in python setup.py test -- no plugins loaded?
+
--exclude doesn't seem to work? in some cases?
-- when run vs spine suite, makeTest seemingly was called on an object