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

Function test_verify_missing_uid

tests/test_chat.py:55–60  ·  view source on GitHub ↗
(slave_channel)

Source from the content-addressed store, hash-verified

53
54
55def test_verify_missing_uid(slave_channel):
56 with pytest.raises(AssertionError):
57 chat = PrivateChat(
58 channel=slave_channel,
59 name="Chat")
60 chat.verify()
61
62
63def test_pickle(slave_channel):

Callers

nothing calls this directly

Calls 2

verifyMethod · 0.95
PrivateChatClass · 0.90

Tested by

no test coverage detected