Пример #1
0
 def test_get_guid(self,):
     oauth = OAuth1(None, None, from_file='credentials.json')
     yql = MYQL(format='json', oauth=oauth)
     response = yql.get_guid('josue_brunel')
     logging.debug(pretty_json(response.content))
     self.assertEqual(response.status_code, 200)
Пример #2
0
 def test_get_guid(self, ):
     oauth = OAuth1(None, None, from_file='credentials.json')
     yql = MYQL(format='json', oauth=oauth)
     response = yql.get_guid('josue_brunel')
     logging.debug(pretty_json(response.content))
     self.assertEqual(response.status_code, 200)