def test_create_client(cloud_config):
    tasks.create_client(cloud_config.GCLOUD_PROJECT)
Beispiel #2
0
def test_create_client():
    tasks.create_client(PROJECT)
def test_create_client():
    tasks.create_client(PROJECT)
def test_create_client(cloud_config):
    tasks.create_client(cloud_config.project)