Exemplo n.º 1
0
 def test_batch_lookup(self, client):
     tasks = snippets.batch_lookup(client)
     client.entities_to_delete.extend(tasks)
     assert tasks
Exemplo n.º 2
0
 def test_batch_lookup(self, client):
     tasks = snippets.batch_lookup(client)
     client.entities_to_delete.extend(tasks)
     assert tasks