Test getting authentication tokens works
(self)
| 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): |
nothing calls this directly
no test coverage detected