mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 21:39:41 +08:00
change method name
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user