Commit Graph
6 Commits
Author SHA1 Message Date
xucong053 bf34487134 fix #1068: Variable name correction 2021-07-15 23:58:58 +08:00
xucong053 dd6b82425a fix #1059: data type hint correction
reference runner.py: step_data.data = case_result.get_step_datas()  # list of step data
change: List[SessionData] --> List['StepData']
2021-07-14 21:36:44 +08:00
xucong053 1dbc5158d9 fix:add list2json for better display 2021-07-13 22:02:27 +08:00
xucong053 aba5cf67bd fix:resolved list read error caused by Pydantic.BaseModel #1079 2021-07-13 21:54:20 +08:00
xucong053 c453da3d5f add a line break 2021-07-13 21:40:41 +08:00
xucong053 ae41de3926 fix: _search_jmespath add expr verificaion
_search_jmespath():input-->output
before:"success"-->None
after:"success"-->"success"
2021-07-13 20:28:46 +08:00