Пример #1
0
 def test_get_word(self):
     client = QbApi(BASE_URL, USER_ID, API_KEY)
     word = client.get_word(0, 0)
     self.assertIsInstance(w, str)
     self.assertTrue(w)
Пример #2
0
 def test_get_word(self):
     client = QbApi(BASE_URL, USER_ID, API_KEY)
     word = client.get_word(0, 0)
     self.assertIsInstance(w, str)
     self.assertTrue(w)