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