debugtalk
08b897ffa2
change: move README to docs
2021-11-18 16:38:32 +08:00
debugtalk
dd9ad90258
Merge pull request #1130 from httprunner/update-sponsor
...
Update sponsor
2021-11-15 22:10:27 +08:00
debugtalk
ea552c4e49
fix: upgrade dependencies for security
2021-11-15 22:09:32 +08:00
debugtalk
9d6eb6132d
change: update docs for sponsor info
2021-11-15 21:08:13 +08:00
debugtalk
9c1b7e0f44
change: update sponsor info
2021-11-15 20:30:04 +08:00
debugtalk
6add3ccdc3
fix: upgrade fastapi for security
2021-11-15 20:30:04 +08:00
debugtalk
7eebf81d6e
change: update sponsor info
2021-11-15 20:30:04 +08:00
debugtalk
bcc5f3f0b2
Merge pull request #1116 from WeekL/master
...
fix: session_fixture的summary_path包含转义字符
2021-10-05 13:06:03 +08:00
山海
c478f5380d
fix: session_fixture的summary_path包含转义字符
2021-09-06 21:51:36 +08:00
debugtalk
569879a219
Merge pull request #1102 from xucong053/master
...
bump to v3.1.6
v3.1.6
2021-07-18 21:55:21 +08:00
xucong053
2d5418dd3c
Update CHANGELOG.md
2021-07-18 21:54:34 +08:00
xucong.053
39450238ff
v3.1.6
...
Change-Id: Ife50332851cfe40492990fbd9edbeed70a60b7af
2021-07-18 21:35:47 +08:00
xucong053
d24ed1eea6
Merge pull request #1 from httprunner/master
...
pull request
2021-07-18 18:22:34 +08:00
debugtalk
ff78509163
Merge pull request #1101 from xucong053/master
...
bugfix
2021-07-18 16:19:46 +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
debugtalk
40aa265092
Merge pull request #1097 from xucong053/master
...
fix #1079 and #1056
2021-07-13 22:18:04 +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
debugtalk
2ad696d7c6
Merge pull request #1086 from Bu1eCat/master
...
解决response的dict中如果包含有汉字,显示转义错误的问题
2021-06-27 00:39:09 +08:00
debugtalk
b914bff42a
Merge pull request #1091 from httprunner/feat-add-brotli
...
fix: decode brotli encoding
v3.1.5
2021-06-27 00:08:41 +08:00
debugtalk
8eb59645a9
change: update changelog
2021-06-27 00:06:35 +08:00
debugtalk
3071a6015e
feat: add brotli
2021-06-27 00:02:34 +08:00
huangdabiao
a53e736153
解决response的dict中如果包含有汉字,显示转义错误的问题
2021-06-10 10:32:11 +08:00
debugtalk
102ebabf85
change: update sponsor png
2021-01-28 22:30:58 +08:00
debugtalk
230399873d
Merge pull request #1040 from httprunner/dev
...
add docs
2021-01-28 18:31:07 +08:00
debugtalk
9a0866cd09
Merge pull request #1031 from rihkddd/master
...
fix: comparator contained_by should assert the type of expect_vaule.
2021-01-28 18:03:30 +08:00
debugtalk
daff920200
Merge pull request #1047 from tialias/1012_issue_fix
...
fix:ResponseData body add list type
2021-01-28 18:01:37 +08:00
liangliang tian
8930bc4ca9
fix:ResponseData body add list type
2020-12-09 17:53:26 +08:00
01382037
2d617bb5ca
tests: add test
2020-11-11 16:16:52 +08:00
01382037
e15a740735
fix: comparator contained_by should assert the type of expect_vaule.
2020-11-11 16:09:50 +08:00
debugtalk
654c84d624
docs: add concept of debugtalk.py
2020-07-30 14:19:40 +08:00
debugtalk
56897b3208
docs: add concept of variables priority
2020-07-30 13:33:46 +08:00
debugtalk
4796e0a349
Merge pull request #975 from httprunner/dev
...
## 3.1.4 (2020-07-30)
**Changed**
- change: override variables strategy, step variables > extracted variables from previous steps
**Fixed**
- fix: parameters feature with custom functions
- fix: request json field with variable reference
- fix: pickle BufferedReader TypeError in upload feature
v3.1.4
2020-07-30 12:16:04 +08:00
debugtalk
0dbd8c558f
fix: change scaffold demo with overriding variables strategy changes
2020-07-30 11:46:27 +08:00
debugtalk
bde543ce8d
fix: pickle BufferedReader TypeError in upload feature
2020-07-30 11:40:32 +08:00
debugtalk
0d6924fd86
fix: save extracted variables to session variables
2020-07-30 11:32:30 +08:00
debugtalk
9c78e70595
bump version 3.1.4
2020-07-30 11:14:36 +08:00
debugtalk
5ee8caec42
change: override variables strategy, step variables > extracted variables from previous steps
2020-07-30 10:56:38 +08:00
debugtalk
0c595bacaf
Merge pull request #972 from WandyYing/master
...
fixed json support and closes #971
2020-07-28 16:26:26 +08:00
jun
46bba7c42a
add unit test and closes #971
2020-07-28 12:49:26 +08:00
jun
5ff154317c
fixed json support and closes #971
2020-07-24 16:25:41 +08:00
debugtalk
02544c99db
Merge pull request #963 from pluckhuang/patch-2
...
fix: ensure that debugtalk.py can be loaded into the project running *.py testcases with parameters feature
2020-07-22 11:02:12 +08:00
pluckhuang
743c54f8ff
Update parser.py
...
ensure that debugtalk.py can be loaded into the project running *.py testcases with parameters feature
2020-07-14 16:44:57 +08:00
debugtalk
c12809baa8
Merge pull request #955 from httprunner/dev
...
## 3.1.3 (2020-07-06)
**Added**
- feat: implement `parameters` feature
**Fixed**
- fix: validate with variable or function whose evaluation result is "" or not text
- fix: raise TestCaseFormatError if teststep validate invalid
- fix: raise TestCaseFormatError if ref testcase is invalid
v3.1.3
2020-07-06 21:58:08 +08:00