MCPcopy Create free account
hub / github.com/O365/python-o365 / setup_class

Method setup_class

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

Source from the content-addressed store, hash-verified

12class TestMailBox:
13
14 def setup_class(self):
15 credentials = ("client id","client secret")
16 self.account = Account(credentials)
17 self.mailbox = self.account.mailbox()
18 self.mailbox.con = MockConnection()
19
20 def teardown_class(self):
21 pass

Callers

nothing calls this directly

Calls 3

AccountClass · 0.90
mailboxMethod · 0.80
MockConnectionClass · 0.70

Tested by

no test coverage detected