예제 #1
0
 def test_token_auth_type(self):
     auth = Trello.get_auth('token')
     self.assertIs(auth, TrelloTokenAuth)
예제 #2
0
 def test_oauth_auth_type(self):
     auth = Trello.get_auth('oauth')
     self.assertIs(auth, TrelloOAuth)