Exemplo n.º 1
0
 def testRunTestMulti(self):
     client = AppurifyClient(access_token="authenticated")
     test_run_id, queue_timeout_limit, configs = client.runTest("app_id", "test_test_id")
     self.assertEqual(test_run_id, "test_test_run_id1,test_test_run_id2", "Should get test_run_ids when executing run")
     self.assertEqual(len(configs), 2, "Should get config back for test run")
     self.assertEqual(configs[0]['device']['id'], 123, "Sanity check parameters")