Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/O365/python-o365
/ test_to_api_case
Method
test_to_api_case
tests/test_protocol.py:34–35 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
p = Protocol()
33
34
def
test_to_api_case(self):
35
assert(self.proto.to_api_case(
"CaseTest"
) ==
"case_test"
)
36
37
def
test_get_scopes_for(self):
38
with
pytest.raises(ValueError):
Callers
nothing calls this directly
Calls
1
to_api_case
Method · 0.80
Tested by
no test coverage detected