Exemplo n.º 1
0
 def test_token_auth_type(self):
     auth = Trello.get_auth('token')
     self.assertIs(auth, TrelloTokenAuth)
Exemplo n.º 2
0
 def test_oauth_auth_type(self):
     auth = Trello.get_auth('oauth')
     self.assertIs(auth, TrelloOAuth)