Example #1
0
def test_start_test(config):
    core = TankCore(configs=[config])
    core.plugins_prepare_test()
    core.plugins_start_test()
    core.plugins_end_test(1)
Example #2
0
def test_plugins_prepare_test(config, expected):
    core = TankCore(configs=[config])
    core.plugins_prepare_test()
Example #3
0
def test_plugins_prepare_test(config, expected):
    core = TankCore([config], threading.Event())
    core.plugins_prepare_test()
Example #4
0
def test_start_test(config):
    core = TankCore(configs=[config])
    core.plugins_prepare_test()
    core.plugins_start_test()
    core.plugins_end_test(1)
Example #5
0
def test_plugins_prepare_test(config, expected):
    core = TankCore([config], threading.Event())
    core.plugins_prepare_test()