예제 #1
0
def test_configuration_and_enviroment(*args):
    from amplify.agent.common.util import configreader
    return configreader.test(*args)
예제 #2
0
def test_config(config, pid):
    return configreader.test(config, pid)
예제 #3
0
def test_configuration_and_enviroment(config, pid, wait_for_cloud):
    return configreader.test(config, pid, wait_for_cloud)
def test_config(config, pid):
    return configreader.test(config, pid)