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