diff options
author | Chris Withers <chris@withers.org> | 2019-05-01 07:48:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-01 07:48:44 (GMT) |
commit | 49e27f0afb02ce7b98ed5a4387238850117f4c7e (patch) | |
tree | 5c953e3687fba50067acbd99b73fbda55e113ea4 /Lib/unittest/test/testmock/testpatch.py | |
parent | db7197543112954b0912e3d46e39fefcb1c3b950 (diff) | |
download | cpython-49e27f0afb02ce7b98ed5a4387238850117f4c7e.zip cpython-49e27f0afb02ce7b98ed5a4387238850117f4c7e.tar.gz cpython-49e27f0afb02ce7b98ed5a4387238850117f4c7e.tar.bz2 |
remove jython support from unittest.mock (GH#13033)
Diffstat (limited to 'Lib/unittest/test/testmock/testpatch.py')
-rw-r--r-- | Lib/unittest/test/testmock/testpatch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/unittest/test/testmock/testpatch.py b/Lib/unittest/test/testmock/testpatch.py index 51c66fe..e5abd9b 100644 --- a/Lib/unittest/test/testmock/testpatch.py +++ b/Lib/unittest/test/testmock/testpatch.py @@ -1312,7 +1312,6 @@ class PatchTest(unittest.TestCase): def test_patch_multiple_create_mocks_different_order(self): - # bug revealed by Jython! original_f = Foo.f original_g = Foo.g |