def test_batch_lookup(self, client):
     tasks = snippets.batch_lookup(client)
     client.entities_to_delete.extend(tasks)
     assert tasks
示例#2
0
 def test_batch_lookup(self, client):
     tasks = snippets.batch_lookup(client)
     client.entities_to_delete.extend(tasks)
     assert tasks