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 zach.ware
Recipients ezio.melotti, zach.ware
Date 2013-10-29.21:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383081712.17.0.162713378456.issue19440@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch to clean up test_capi a little bit; it removes a __future__ import, converts from test_main to unittest.main, and makes use of subtests to run each _testcapi function.

I'll post a separate patch for 3.3; there's just enough difference between branches to make a single patch impossible and merging slightly hairy.
History
Date User Action Args
2013-10-29 21:21:52zach.waresetrecipients: + zach.ware, ezio.melotti
2013-10-29 21:21:52zach.waresetmessageid: <1383081712.17.0.162713378456.issue19440@psf.upfronthosting.co.za>
2013-10-29 21:21:52zach.warelinkissue19440 messages
2013-10-29 21:21:51zach.warecreate