From a1d6c855f271c436016137f8165030cf62bd3a84 Mon Sep 17 00:00:00 2001 From: Jason Pellerin Date: Fri, 20 Apr 2007 16:44:43 +0000 Subject: Started work on testid plugin --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 446d115..c8f19d9 100644 --- a/TODO +++ b/TODO @@ -48,6 +48,20 @@ 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? + CHORES -- cgit v1.2.1