Michael Foord <mich...@voidspace.org.uk> added the comment: The problem this fix was trying to fix was that if you provide a docstring for your test then the test name is ommitted in the report.
This could be fixed in the _TextTestResult instead - changing the getDescription() method to always include str(test). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7588> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com