def setUp(self): self.auth = twitter.get_0auth()
def test_get_0auth_with_credentials_ini(self): auth = twitter.get_0auth(credentials_ini=CREDENTIALS_INI) self.assertIsInstance(auth, tweepy.auth.OAuthHandler)