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

A method on TestCase that *just* executes the test method - allowing for 
overriding in subclasses - is an interesting idea. Including setUp and tearDown 
would be harder because TestCase necessarily does a bunch of bookkeeping 
between each of these steps.

----------

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

Reply via email to