Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Lib/test/test_unittest/testmock/testpatch.py
  • Loading branch information
cjw296 authored Apr 13, 2023
commit af8397a691454ee1416b1c7c0a83f18702ce3b0e
1 change: 0 additions & 1 deletion Lib/test/test_unittest/testmock/testpatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,6 @@ def test_autospec_classmethod(self):


def test_autospec_staticmethod_signature(self):
# Regression test for gh-102978
# Patched methods which are decorated with @staticmethod should have the same signature
class Foo:
@staticmethod
Expand Down