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 5dce14deae07d1185ce4e897085795f1b3b21945
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 @@ -1013,7 +1013,6 @@ def static_method(a, b=10, *, c): pass


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