Ejemplo n.º 1
0
 def setUp(self):
     self.auth = twitter.get_0auth()
Ejemplo n.º 2
0
 def test_get_0auth_with_credentials_ini(self):
     auth = twitter.get_0auth(credentials_ini=CREDENTIALS_INI)
     self.assertIsInstance(auth, tweepy.auth.OAuthHandler)