New submission from STINNER Victor: 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. ---------- components: Library (Lib), Tests messages: 185249 nosy: haypo, michael.foord priority: normal severity: normal status: open title: unittest.mock: test_create_autospec_unbound_methods is skipped versions: Python 3.3, Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17548> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com