summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-18 03:41:09 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-18 03:41:09 +0000
commit44dde48d1f5d352b9bf7c67d58d38e445396ab26 (patch)
treed35f62bd80590080a4daab29a7c628c690cf25d7 /TODO
parenta387affaa133b93fc7c38f6ade4f465caeb9c3b9 (diff)
downloadnose-44dde48d1f5d352b9bf7c67d58d38e445396ab26.tar.gz
Updated TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO37
1 files changed, 22 insertions, 15 deletions
diff --git a/TODO b/TODO
index 6da96b3..12d2485 100644
--- a/TODO
+++ b/TODO
@@ -1,24 +1,27 @@
+DOCUMENTATION
+
+ CHANGELOG
+
+ NEWS
+
+ sep. upload of index for 0.10
+
+ sanity check all docstrings
+
+
+FEATURES
+
plugintester
set up logging to log to debug stream
-fix builtin plugins:
- isolation * post merge
- - need loadTestFromNames hook to make this work -- must be able to take over
- completely and be (or use internally at least) a generator. This is
- needed because the plugin needs to isolate a import time, not just
- test-run time.
-
new plugin:
testid
-- needs loadTestsFromNames hook
-
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
before/after Context [in suite, call with parent?
@@ -35,15 +38,12 @@ 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
-
* loader
- support module.callable in addition to module:callable names
- loadTestsFromTestCase -- override to add plugin call
- filter filename tests for call
+ - loadTestsFromNames -- plugin hook
+
BUGS
@@ -61,6 +61,13 @@ make setup work with & w/out setuptools
MERGE merge trunk -> 0.10 from r9 to pick up trunk changes/fixes
+fix builtin plugins:
+ isolation * post merge
+ - need loadTestFromNames hook to make this work -- must be able to take over
+ completely and be (or use internally at least) a generator. This is
+ needed because the plugin needs to isolate a import time, not just
+ test-run time.
+
TESTS NEEDED