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

Function patch_chat

tests/test_message.py:83–86  ·  view source on GitHub ↗
(slave_channel)

Source from the content-addressed store, hash-verified

81
82@pytest.fixture()
83def patch_chat(slave_channel) -> PrivateChat:
84 mocked_chat = slave_channel.alice.copy()
85 mocked_chat.verify = mock.Mock()
86 return mocked_chat
87
88
89@pytest.fixture()

Callers

nothing calls this directly

Calls 1

copyMethod · 0.80

Tested by

no test coverage detected