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