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 michael.foord
Recipients michael.foord, pitrou, r.david.murray
Date 2012-04-08.23:39:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333928342.15.0.213768112893.issue14533@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good to me. Note that if module level setup and teardown is needed for running tests then it should be possible to do this with setUpModule and tearDownModule functions (unless those should *only* be done when running under regrtest).
History
Date User Action Args
2012-04-08 23:39:02michael.foordsetrecipients: + michael.foord, pitrou, r.david.murray
2012-04-08 23:39:02michael.foordsetmessageid: <1333928342.15.0.213768112893.issue14533@psf.upfronthosting.co.za>
2012-04-08 23:39:01michael.foordlinkissue14533 messages
2012-04-08 23:39:01michael.foordcreate