コード例 #1
0
ファイル: test_app_details.py プロジェクト: fstfwd/apps
 def test_token_auth_type(self):
     auth = Trello.get_auth('token')
     self.assertIs(auth, TrelloTokenAuth)
コード例 #2
0
ファイル: test_app_details.py プロジェクト: fstfwd/apps
 def test_oauth_auth_type(self):
     auth = Trello.get_auth('oauth')
     self.assertIs(auth, TrelloOAuth)