MCPcopy Index your code
hub / github.com/O365/python-o365 / test_equality

Method test_equality

tests/test_message.py:11–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class TestMessageData:
11 def test_equality(self):
12 msg_1 = message(__cloud_data__={"id": "123"})
13 msg_2 = message(__cloud_data__={"id": "123"})
14 assert msg_1 == msg_2
15
16 def test_attachments(self):
17 msg = message()

Callers

nothing calls this directly

Calls 1

messageFunction · 0.85

Tested by

no test coverage detected