コード例 #1
0
 def test_composite_filter(self, waiting_client):
     tasks = snippets.composite_filter(waiting_client)
     waiting_client.entities_to_delete.extend(tasks)
     assert tasks
コード例 #2
0
ファイル: snippets_test.py プロジェクト: gonzaordenes/GCP
 def test_composite_filter(self, client):
     tasks = snippets.composite_filter(client)
     client.entities_to_delete.extend(tasks)
     assert tasks