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 vstinner
Recipients michael.foord, vstinner
Date 2013-03-25.23:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364255908.36.0.236092443385.issue17548@psf.upfronthosting.co.za>
In-reply-to
Content
While working on #17516, I saw that test_create_autospec_unbound_methods() of Lib/unittest/test/testmock/testhelpers.py is skipped:

    def test_create_autospec_unbound_methods(self):
        # see mock issue 128
        # this is expected to fail until the issue is fixed
        return

Related entry in mock bug tracker:
http://code.google.com/p/mock/issues/detail?id=128

If it is not necessary to duplicate the issue here, please just close it.
History
Date User Action Args
2013-03-25 23:58:28vstinnersetrecipients: + vstinner, michael.foord
2013-03-25 23:58:28vstinnersetmessageid: <1364255908.36.0.236092443385.issue17548@psf.upfronthosting.co.za>
2013-03-25 23:58:28vstinnerlinkissue17548 messages
2013-03-25 23:58:28vstinnercreate