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