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 terry.reedy
Recipients Colin.Williams, terry.reedy
Date 2013-11-01.23:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383347131.35.0.942981575334.issue19417@psf.upfronthosting.co.za>
In-reply-to
Content
Does all of the code for say, BdbTestCase.setUp, need to be repeated for each test method, versus being put in a .setUpClass method to be executed just once for all the methods in BdbTestCase.
History
Date User Action Args
2013-11-01 23:05:31terry.reedysetrecipients: + terry.reedy, Colin.Williams
2013-11-01 23:05:31terry.reedysetmessageid: <1383347131.35.0.942981575334.issue19417@psf.upfronthosting.co.za>
2013-11-01 23:05:31terry.reedylinkissue19417 messages
2013-11-01 23:05:31terry.reedycreate