change method name

This commit is contained in:
httprunner
2017-07-03 16:00:43 +08:00
parent 3c60bbfac3
commit e57e5d547c
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ def create_suite(testset):
test_runner = runner.TestRunner()
config_dict = testset.get("config", {})
test_runner.init_context(config_dict, level="testset")
test_runner.init_config(config_dict, level="testset")
testcases = testset.get("testcases", [])
for testcase in testcases: