コード例 #1
0
ファイル: test_tankcore.py プロジェクト: netortik/yandex-tank
def test_core_plugins_configure(config, expected):
    core = TankCore([config], threading.Event())
    core.plugins_configure()
コード例 #2
0
ファイル: test_tankcore.py プロジェクト: zymne/yandex-tank
def test_core_plugins_configure(config, expected):
    core = TankCore(configs=[config])
    core.plugins_configure()
コード例 #3
0
def test_core_plugins_configure(config, expected):
    core = TankCore([config], threading.Event(), TankInfo({}))
    core.plugins_configure()