MCPcopy Index your code
hub / github.com/ryanmcgrath/twython / test_obtain_access_token

Method test_obtain_access_token

tests/test_auth.py:57–59  ·  view source on GitHub ↗

Test obtaining an Application Only OAuth 2 access token succeeds

(self)

Source from the content-addressed store, hash-verified

55
56 @unittest.skip('skipping non-updated test')
57 def test_obtain_access_token(self):
58 """Test obtaining an Application Only OAuth 2 access token succeeds"""
59 self.oauth2_api.obtain_access_token()
60
61 @unittest.skip('skipping non-updated test')
62 def test_obtain_access_token_bad_tokens(self):

Callers

nothing calls this directly

Calls 1

obtain_access_tokenMethod · 0.80

Tested by

no test coverage detected