Пример #1
0
 def setUp(self):
     self.auth = twitter.get_0auth()
Пример #2
0
 def test_get_0auth_with_credentials_ini(self):
     auth = twitter.get_0auth(credentials_ini=CREDENTIALS_INI)
     self.assertIsInstance(auth, tweepy.auth.OAuthHandler)