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 pitrou
Recipients Saimadhav.Heblikar, ncoghlan, neologix, pitrou, vstinner, zach.ware
Date 2014-08-13.13:25:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407936351.88.0.385446652102.issue19816@psf.upfronthosting.co.za>
In-reply-to
Content
Slightly unrelated, but in numba I've rewritten parallel testing and refleak testing as regular unittest extensions (TestRunner / TestResult subclasses). It also means you have per-test method refleak results, instead of per-test file. See e.g. RefleakTestResult in https://github.com/numba/numba/blob/master/numba/tests/__init__.py
History
Date User Action Args
2014-08-13 13:25:51pitrousetrecipients: + pitrou, ncoghlan, vstinner, neologix, zach.ware, Saimadhav.Heblikar
2014-08-13 13:25:51pitrousetmessageid: <1407936351.88.0.385446652102.issue19816@psf.upfronthosting.co.za>
2014-08-13 13:25:51pitroulinkissue19816 messages
2014-08-13 13:25:51pitroucreate