mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
refactor: rename TestCaseInOut field
This commit is contained in:
@@ -99,8 +99,8 @@ class TestCaseTime(BaseModel):
|
||||
|
||||
|
||||
class TestCaseInOut(BaseModel):
|
||||
vars: VariablesMapping = {}
|
||||
export: Dict = {}
|
||||
config_vars: VariablesMapping = {}
|
||||
export_vars: Dict = {}
|
||||
|
||||
|
||||
class RequestStat(BaseModel):
|
||||
|
||||
@@ -334,7 +334,7 @@ class HttpRunner(object):
|
||||
duration=self.__duration,
|
||||
),
|
||||
in_out=TestCaseInOut(
|
||||
vars=self.__config.variables, export=self.get_export_variables()
|
||||
config_vars=self.__config.variables, export_vars=self.get_export_variables()
|
||||
),
|
||||
log=self.__log_path,
|
||||
step_datas=self.__step_datas,
|
||||
|
||||
Reference in New Issue
Block a user