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 Julian, ezio.melotti, michael.foord
Date 2012-09-11.13:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347369313.76.0.883087930195.issue15860@psf.upfronthosting.co.za>
In-reply-to
Content
Yep, interesting idea. In Python 3 you can't import unittest.mock without importing unittest, so there could even be a "default testcase" to fall back on. For the external release I'd rather not have unittest as a dependency, but allowing a testcase to be provided at instantiation would be fine.
History
Date User Action Args
2012-09-11 13:15:13michael.foordsetrecipients: + michael.foord, ezio.melotti, Julian
2012-09-11 13:15:13michael.foordsetmessageid: <1347369313.76.0.883087930195.issue15860@psf.upfronthosting.co.za>
2012-09-11 13:15:13michael.foordlinkissue15860 messages
2012-09-11 13:15:13michael.foordcreate