summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-04-27 16:26:58 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-04-27 16:26:58 +0000
commit6dec83efc005af74ca7c6b37332d57da3a1ce8a6 (patch)
tree485507e9da53e5b38ad7c5129079ff7caa33b499 /TODO
parent8ddaf3e86a0b8786473cdb4631987d63451a3b3c (diff)
downloadnose-6dec83efc005af74ca7c6b37332d57da3a1ce8a6.tar.gz
Added shortDescription() to suite class, since it can push errors into result. Marked TODO items that need to be done before moving branch to trunk.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 0 insertions, 14 deletions
diff --git a/TODO b/TODO
index 0569d1b..6586e73 100644
--- a/TODO
+++ b/TODO
@@ -45,20 +45,6 @@ BUGS
sqlalchemy.sql._FunctionGateway, which doesn't match testmatch and
isn't a testcase subclass -- need to look into it further.
--- incorrectly defined test class generator method causes failure of whole
- test run:
-
- _TextTestResult.printErrors(self)
- File "unittest.py", line 667, in printErrors
- self.printErrorList('ERROR', self.errors)
- File "unittest.py", line 673, in printErrorList
- self.stream.writeln("%s: %s" % (flavour,self.getDescription(test)))
- File "unittest.py", line 633, in getDescription
- return test.shortDescription() or str(test)
-AttributeError: 'ContextSuite' object has no attribute 'shortDescription'
-
-need to add shortDescription() to suite?
-
2.3 COMPAT