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

Method test_changes

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

Source from the content-addressed store, hash-verified

65 assert msg.importance is ImportanceLevel.Normal
66
67 def test_changes(self):
68 msg = message()
69 msg.is_read = True
70 msg.subject = "Changed"
71 msg.sender = "alice@example.com"
72 msg.categories = ["Test"]
73 msg.add_category("Test")
74 msg.importance = "normal"
75 msg.is_read_receipt_requested = True
76
77 def test_body(self):
78 msg = message(

Callers

nothing calls this directly

Calls 2

messageFunction · 0.85
add_categoryMethod · 0.80

Tested by

no test coverage detected