Michael Foord <mich...@voidspace.org.uk> added the comment:

Ok, so here is an idea that could remove the need for TestSuite._wrapped_run. 

TestSuite.run could "tag" the result object (set an attribute). Nested 
TestSuites would see an already tagged suite and do nothing (beyond running 
tests of course). The suite that does the tagging would call the necessary 
module / class level test suites on exit.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9926>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to