mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-30 12:01:29 +08:00
refactor: rename StepData export to export_vars
This commit is contained in:
@@ -148,7 +148,7 @@ class StepData(BaseModel):
|
||||
success: bool = False
|
||||
name: Text = "" # teststep name
|
||||
data: Union[SessionData, List[SessionData]] = None
|
||||
export: Dict = {}
|
||||
export_vars: VariablesMapping = {}
|
||||
|
||||
|
||||
class TestCaseSummary(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user