示例#1
0
def test_add_app_through_http():
    with _zero_instance_app_through_http():
        list_apps('zero-instance-app')
示例#2
0
def test_remove_app():
    with _zero_instance_app():
        pass
    list_apps()
示例#3
0
def test_empty_list():
    list_apps()