Ned Batchelder added the comment: 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. ---------- nosy: +nedbat _______________________________________ 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