示例#1
0
def test_missing_profile_client():
    client = Client.from_profile('some_missing_profile')
示例#2
0
文件: test_igloo.py 项目: mtth/igloo
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
文件: test_igloo.py 项目: mtth/igloo
def test_profile_client():
  client = Client.from_profile('default')