コード例 #1
0
ファイル: test_sptrans.py プロジェクト: victorhos/getbusp
    def test_auth_true(self):

        client = SPTransClient()
        self.assertEqual(client.auth(), True)
コード例 #2
0
ファイル: test_sptrans.py プロジェクト: victorhos/getbusp
    def test_auth_false(self):

        client = SPTransClient()
        client.token = "000"

        self.assertEqual(client.auth(), False)