Commit Graph
11 Commits
Author SHA1 Message Date
xucong053 2d5418dd3c Update CHANGELOG.md 2021-07-18 21:54:34 +08:00
xucong053 d24ed1eea6 Merge pull request #1 from httprunner/master
pull request
2021-07-18 18:22:34 +08:00
xucong053 4f860338fe fix: bugfix 2021-07-18 16:02:47 +08:00
xucong053 6be86e33f0 fix: Resolve the FileNotFoundError while using subprocess on Windows 2021-07-18 15:53:03 +08:00
xucong053 234b587584 fix: add class self-reference for variable annotations 2021-07-16 13:56:23 +08:00
xucong053 a519e60b68 fix #1068: Variable name correction 2021-07-15 23:58:58 +08:00
xucong053 41e2a0546f 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 d0b37f6282 fix:add list2json for better display 2021-07-13 22:02:27 +08:00
xucong053 6417e38717 fix:resolved list read error caused by Pydantic.BaseModel #1079 2021-07-13 21:54:20 +08:00
xucong053 1c029240b2 add a line break 2021-07-13 21:40:41 +08:00
xucong053 e4c8171b17 fix: _search_jmespath add expr verificaion
_search_jmespath():input-->output
before:"success"-->None
after:"success"-->"success"
2021-07-13 20:28:46 +08:00