def test_ancestor_query(self, client):
     tasks = snippets.ancestor_query(client)
     client.entities_to_delete.extend(tasks)
     assert tasks
Exemple #2
0
 def test_ancestor_query(self, client):
     tasks = snippets.ancestor_query(client)
     client.entities_to_delete.extend(tasks)
     assert tasks