Пример #1
0
def test_missing_profile_client():
    client = Client.from_profile('some_missing_profile')
Пример #2
0
def test_missing_profile_client():
  client = Client.from_profile('some_missing_profile')
Пример #3
0
def test_profile_client():
    client = Client.from_profile('default')
Пример #4
0
def test_profile_client():
  client = Client.from_profile('default')