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

Function teams

tests/test_teams.py:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14@pytest.fixture(scope='module')
15def teams():
16 token_backend = FileSystemTokenBackend('.//')
17 credentials = (config.CLIENT_ID, config.CLIENT_SECRET)
18 account = Account(credentials, scopes=TEST_SCOPES,
19 token_backend=token_backend)
20 yield account.teams()
21
22
23class TestTeams:

Callers

nothing calls this directly

Calls 3

teamsMethod · 0.95
AccountClass · 0.90

Tested by

no test coverage detected