MCPcopy Create free account
hub / github.com/ehForwarderBot/ehForwarderBot / patch_chat_member

Function patch_chat_member

tests/test_message.py:90–93  ·  view source on GitHub ↗
(patch_chat)

Source from the content-addressed store, hash-verified

88
89@pytest.fixture()
90def patch_chat_member(patch_chat):
91 mocked_chat = patch_chat.self.copy()
92 mocked_chat.verify = mock.Mock()
93 return mocked_chat
94
95
96def test_verify_different_author_and_chat(patch_chat, patch_chat_member, master_channel):

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected