MCPcopy Create free account
hub / github.com/dropbox/dropbox-sdk-python / test_app_auth

Method test_app_auth

test/integration/test_dropbox.py:163–164  ·  view source on GitHub ↗
(self, dbx_app_auth_from_env)

Source from the content-addressed store, hash-verified

161 refresh_dbx_from_env.users_get_current_account()
162
163 def test_app_auth(self, dbx_app_auth_from_env):
164 dbx_app_auth_from_env.check_app(query="hello world")
165
166 def test_downscope(self, refresh_dbx_from_env):
167 refresh_dbx_from_env.users_get_current_account()

Callers

nothing calls this directly

Calls 1

check_appMethod · 0.80

Tested by

no test coverage detected