mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-06-27 16:10:34 +08:00
gs
This commit is contained in:
@@ -134,7 +134,6 @@ class BatchAPIRun(unittest.TestCase):
|
||||
|
||||
self.assertTrue(isinstance(response, dict))
|
||||
self.assertTrue(set(response.keys()) == set(config.IMAGE_APIS))
|
||||
self.assertTrue("results" in response["fer"])
|
||||
|
||||
|
||||
def test_batch_multi_api_text(self):
|
||||
@@ -143,7 +142,6 @@ class BatchAPIRun(unittest.TestCase):
|
||||
|
||||
self.assertTrue(isinstance(response, dict))
|
||||
self.assertTrue(set(response.keys()) == set(config.TEXT_APIS))
|
||||
self.assertTrue("results" in response["sentiment"])
|
||||
|
||||
def test_default_multi_api_text(self):
|
||||
test_data = ['clearly an english sentence']
|
||||
|
||||
Reference in New Issue
Block a user