Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/O365/python-o365
/ MockConnection
Class
MockConnection
tests/test_mailbox.py:4–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
json
3
4
class
MockConnection:
5
6
ret_value = None
7
8
def
get(self, url, params=None, **kwargs):
9
self.url = url
10
self.kwargs = kwargs
11
12
class
TestMailBox:
13
Callers
1
setup_class
Method · 0.70
Calls
no outgoing calls
Tested by
1
setup_class
Method · 0.56