Claudiu.Popa added the comment:

How about the following:

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


It replaces `fixture` with `instance` and it emphasizes that the called method 
belongs to that particular TestCase instance.

----------

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

Reply via email to