[docs] [issue19950] Document that unittest.TestCase.__init__ is called once per test

Claudiu.Popa report at bugs.python.org
Wed Dec 11 00:07:40 CET 2013


Claudiu.Popa added the comment:

"Each instance of the TestCase will only be used to run a single test method, so a new fixture is created for each test."

Yes, this seems to be, but it is not clear what fixture means in this context (as in "the preparation needed to perform one or *more* tests"?). Perhaps enhancing the message a little will suffice.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19950>
_______________________________________


More information about the docs mailing list