Esempio n. 1
0
def test_missing_profile_client():
    client = Client.from_profile('some_missing_profile')
Esempio n. 2
0
def test_missing_profile_client():
  client = Client.from_profile('some_missing_profile')
Esempio n. 3
0
def test_profile_client():
    client = Client.from_profile('default')
Esempio n. 4
0
def test_profile_client():
  client = Client.from_profile('default')