This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Claudiu.Popa
Recipients Claudiu.Popa, docs@python, michael.foord, nedbat, r.david.murray
Date 2013-12-11.08:08:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386749304.46.0.237838847029.issue19950@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-12-11 08:08:24Claudiu.Popasetrecipients: + Claudiu.Popa, nedbat, r.david.murray, michael.foord, docs@python
2013-12-11 08:08:24Claudiu.Popasetmessageid: <1386749304.46.0.237838847029.issue19950@psf.upfronthosting.co.za>
2013-12-11 08:08:24Claudiu.Popalinkissue19950 messages
2013-12-11 08:08:24Claudiu.Popacreate