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