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