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

Method test_get_authentication_tokens

tests/test_auth.py:18–22  ·  view source on GitHub ↗

Test getting authentication tokens works

(self)

Source from the content-addressed store, hash-verified

16
17 @unittest.skip('skipping non-updated test')
18 def test_get_authentication_tokens(self):
19 """Test getting authentication tokens works"""
20 self.api.get_authentication_tokens(callback_url='http://google.com/',
21 force_login=True,
22 screen_name=screen_name)
23
24 @unittest.skip('skipping non-updated test')
25 def test_get_authentication_tokens_bad_tokens(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected