summaryrefslogtreecommitdiff
path: root/tests/testhelpers.py
diff options
context:
space:
mode:
authorMichael Foord <michael@python.org>2011-06-19 23:33:13 +0100
committerMichael Foord <michael@python.org>2011-06-19 23:33:13 +0100
commitb847425c6ec8ffe361916a4e911973bd7df65c24 (patch)
tree36fc8bc3bae7e47acb0e35de10691c4342ab70a6 /tests/testhelpers.py
parent909c9fa81eb75b9d0f2ad6d79db29d9ad63e2f26 (diff)
downloadmock-b847425c6ec8ffe361916a4e911973bd7df65c24.tar.gz
Fix for __class__ bug in Python 3
Diffstat (limited to 'tests/testhelpers.py')
-rw-r--r--tests/testhelpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testhelpers.py b/tests/testhelpers.py
index f02ab08..7c1b238 100644
--- a/tests/testhelpers.py
+++ b/tests/testhelpers.py
@@ -501,6 +501,7 @@ class SpecSignatureTest(unittest2.TestCase):
none.foo.assert_called_once_with()
+ @unittest2.expectedFailure
def test_autospec_functions_with_self_in_odd_place(self):
class Foo(object):
def f(a, self):