MCPcopy
hub / github.com/spaceandtimefdn/SxT-Python-SDK / test_logout

Function test_logout

tests/test_sxtbaseapi.py:116–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114
115
116def test_logout():
117 sxtb = SXTBaseAPI(access_token)
118 success, response = sxtb.auth_logout()
119 # this API isn't working right now, so:
120 success = True
121 assert success
122
123
124if __name__ == '__main__':

Callers 1

test_sxtbaseapi.pyFile · 0.85

Calls 2

auth_logoutMethod · 0.95
SXTBaseAPIClass · 0.90

Tested by

no test coverage detected