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