mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 01:09:44 +08:00
refactor: add extract_binds and validators
This commit is contained in:
@@ -26,7 +26,7 @@ def create_suite(testset):
|
||||
|
||||
test_runner = runner.TestRunner()
|
||||
config_dict = testset.get("config", {})
|
||||
test_runner.pre_config(config_dict)
|
||||
test_runner.update_context(config_dict)
|
||||
testcases = testset.get("testcases", [])
|
||||
|
||||
for testcase in testcases:
|
||||
|
||||
Reference in New Issue
Block a user