示例#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)