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 nedbat
Recipients Claudiu.Popa, docs@python, michael.foord, nedbat, r.david.murray
Date 2013-12-10.23:00:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386716459.39.0.138488876572.issue19950@psf.upfronthosting.co.za>
In-reply-to
Content
This sentence seems to cover it: "Each instance of the TestCase will only be used to run a single test method, so a new fixture is created for each test."  from http://docs.python.org/2/library/unittest.html

The word "fixture" here is being used oddly, but that's the sentence.
History
Date User Action Args
2013-12-10 23:00:59nedbatsetrecipients: + nedbat, r.david.murray, michael.foord, docs@python, Claudiu.Popa
2013-12-10 23:00:59nedbatsetmessageid: <1386716459.39.0.138488876572.issue19950@psf.upfronthosting.co.za>
2013-12-10 23:00:59nedbatlinkissue19950 messages
2013-12-10 23:00:59nedbatcreate