summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-11 16:59:47 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-11 16:59:47 +0000
commit08f788b3ed09610132da72858b86367bc0ccd28b (patch)
treee8c2b76760edb8e1336194a081825ee1d4d35902 /TODO
parent1b9dcd1a5defb9bf47f01aeb7969e0007bfa56ff (diff)
downloadnose-08f788b3ed09610132da72858b86367bc0ccd28b.tar.gz
Added support for loading tests from plugins. Added discovered flag to loader so it can distinguish discovered modules from requested modules. Added __test__ flag support to selector for marking modules, classes, methods or function as tests or not tests.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index 64c4bd3..69f4435 100644
--- a/TODO
+++ b/TODO
@@ -33,7 +33,16 @@ make setup work with & w/out setuptools
BUGS
---exclude doesn't seem to work
+--exclude doesn't seem to work? in some cases?
+
+doctest causes error:
+
+ File "/usr/lib/python2.4/unittest.py", line 498, in loadTestsFromTestCase
+ return self.suiteClass(map(testCaseClass, testCaseNames))
+TypeError: __init__() takes at least 3 arguments (2 given)
+
+doctests is forcing the normal loader to load tests from unwanted modules
+by returning True on wantfile for all python modules
MERGE merge trunk -> 0.10 from r9 to pick up trunk changes/fixes