Commit Graph

48 Commits

Author SHA1 Message Date
lilong.129
60709272ee fix: unittest test_request_http 2023-04-19 16:14:19 +08:00
debugtalk
2caf5d5159 refactor: make pytest testcases 2022-06-26 19:44:30 +08:00
debugtalk
7340740170 bump version to v4.1.4 2022-06-17 22:53:24 +08:00
debugtalk
370549ac96 fix: add cmd dir path to /Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/examples/demo-with-py-plugin/.venv/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/puppetlabs/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/go/bin:/Users/debugtalk/.local/bin 2022-06-14 14:19:48 +08:00
debugtalk
2834f29504 bump version to v4.0.0 2022-05-03 11:31:05 +08:00
debugtalk
f7511848a5 bump version to v4.0.0-beta 2022-04-24 21:00:15 +08:00
debugtalk
f5294cb23a change: remove locust for python version 2022-04-03 00:13:28 +08:00
debugtalk
64ff34a341 refactor: relocate python test files 2022-03-23 23:14:16 +08:00
debugtalk
757661c4af change: upgrade python support version to ^3.7 2022-03-21 15:15:38 +08:00
debugtalk
17ea5c594e fix: save extracted variables to session variables 2020-07-30 11:32:30 +08:00
debugtalk
d0b439f8f4 bump version 3.1.4 2020-07-30 11:14:36 +08:00
debugtalk
beef0f0a99 tests: update examples 2020-07-06 16:16:04 +08:00
debugtalk
0fc42f77cd refactor: parameters 2020-07-06 16:15:09 +08:00
debugtalk
2c638ed52c fix: missing setup/teardown hooks for referenced testcase 2020-06-29 19:11:29 +08:00
debugtalk
d11aca83c0 feat: add optional message for assertion 2020-06-23 11:49:04 +08:00
debugtalk
286dbbfe55 fix #942: type_match None 2020-06-21 15:07:54 +08:00
debugtalk
fa7464fca8 change: make FROM path in testcase notes relative to project_meta.RootDir 2020-06-19 23:32:12 +08:00
debugtalk
b0e5ccb1b6 feat: make testcase with weight 2020-06-18 18:46:34 +08:00
debugtalk
5a5e46029b update examples 2020-06-17 22:48:26 +08:00
debugtalk
915ac691ff change: override variables
(1) testcase: session variables > step variables > config variables
(2) testsuite: testcase variables > config variables
(3) testsuite testcase variables > testcase config variables
2020-06-08 16:11:06 +08:00
debugtalk
45d1f3ed65 feat: support alter response in teardown hooks 2020-06-07 21:39:46 +08:00
debugtalk
204b013b71 test: add unittest form testcase with abnormal path 2020-06-07 12:44:02 +08:00
debugtalk
534a14e525 test: update tests 2020-06-07 11:21:36 +08:00
debugtalk
862f0b6e52 fix: handle cases when parent directory name includes dot/hyphen/space 2020-06-05 19:42:01 +08:00
debugtalk
528ddd0c67 refactor: rename schema to models 2020-06-05 10:38:12 +08:00
debugtalk
26732163e0 feat: extract session variable from referenced testcase step 2020-06-04 18:23:34 +08:00
debugtalk
ff3a7ed067 docs: update examples 2020-06-04 16:06:02 +08:00
debugtalk
3b3b67e90d change: add httprunner version in generated pytest file 2020-06-04 10:39:02 +08:00
debugtalk
7e1e69fb1c fix: load_testcase 2020-06-03 22:07:29 +08:00
debugtalk
59e99eeaa8 change: generate pytest in chain style by default 2020-06-03 17:11:08 +08:00
debugtalk
6b9bd46079 feat: make pytest files in chain style 2020-06-03 16:50:53 +08:00
debugtalk
ca28d1bdb3 refactor: StepValidation 2020-06-03 16:50:53 +08:00
debugtalk
a465906626 refactor: get config path with inspect stack 2020-06-03 16:50:53 +08:00
debugtalk
2b30a1337b refactor: HttpRunner config & teststeps 2020-06-03 16:50:53 +08:00
debugtalk
03c1836075 style: add typing 2020-06-03 16:50:53 +08:00
debugtalk
526b1fcbc9 change: refactor Request interface 2020-06-03 16:50:53 +08:00
debugtalk
e7aca43470 feat: describe testcase in chain-call style 2020-06-03 16:50:53 +08:00
debugtalk
47cc964ecf fix: convert jmespath.search result to int/float 2020-06-03 16:50:53 +08:00
debugtalk
051c1f26b7 change: generated pytest notice 2020-05-27 16:55:57 +08:00
debugtalk
d878690125 fix: insert cwd path before import referenced testcase class 2020-05-26 13:15:20 +08:00
debugtalk
670d0db64f change: add origin yaml/json testcase path in generated python testcases 2020-05-17 11:10:13 +08:00
debugtalk
2cd9eba6a3 refactor: use HttpRunner as testcase base class 2020-05-15 20:07:18 +08:00
debugtalk
2f93b2b73a change: simplify testcase import 2020-05-15 16:41:54 +08:00
debugtalk
598d660b6e change: rename schema model name and class name 2020-05-15 00:04:18 +08:00
debugtalk
f88845d9d4 change: python testcase template 2020-05-14 22:41:35 +08:00
debugtalk
826fca83c2 refactor: merge v3 2020-04-23 21:53:03 +08:00
debugtalk
25b37ebc57 fix: show assert value type when validation failed 2020-04-23 21:53:03 +08:00
debugtalk
d874f3f3da refactor: change example file name 2020-04-23 21:53:03 +08:00