Commit Graph

538 Commits

Author SHA1 Message Date
httprunner
89cc9a2d1e 1.4.5:
1, refactor ResponseObject;
2, response can be modified in teardown_hooks.
2018-05-31 00:36:10 +08:00
httprunner
c23016f3c1 update test_load_folder_files 2018-05-30 17:10:28 +08:00
debugtalk
a9db6fd1aa Merge pull request #259 from yinquanwang/master
replace to jinja2 temaplate
2018-05-29 15:54:45 +08:00
debugtalk
4ec70a65b6 Merge branch 'master' into master 2018-05-29 15:54:36 +08:00
尹全旺
35021939fa replace to jinja2 temaplate 2018-05-29 15:46:34 +08:00
httprunner
d9e6bdc614 fix variable name 2018-05-29 15:06:21 +08:00
httprunner
a7f96c8f3c Merge branch 'master' of https://github.com/httprunner/HttpRunner 2018-05-29 14:25:45 +08:00
httprunner
a6e10a23fa replace (ms) to _ms 2018-05-29 14:25:15 +08:00
httprunner
3134cda648 fix typo error 2018-05-25 15:18:24 +08:00
debugtalk
3c4308ac80 Merge pull request #247 from yinquanwang/master
add extent reports
2018-05-23 16:24:09 +08:00
尹全旺
f08a01b79b add extent report template 2018-05-23 11:21:18 +08:00
尹全旺
a16012ff0f add extent report template 2018-05-23 11:20:51 +08:00
httprunner
a756bce2fd add TODO for comparator uniform 2018-05-22 21:41:28 +08:00
httprunner
4d744544f8 update qrcode link 2018-05-14 17:35:05 +08:00
httprunner
3722a79014 bugfix: make compatible with download api that response in bytes 2018-05-14 17:14:44 +08:00
httprunner
84bc74374c render README of markdown format in pypi 2018-05-14 15:30:48 +08:00
httprunner
ec605d0cf2 test setup install 2018-05-14 15:17:32 +08:00
httprunner
b2e52d0789 update setup.py 2018-05-14 15:12:48 +08:00
httprunner
b9a1c839bd remove setup_hook_httpntlmauth from built-in hooks 2018-05-14 15:09:11 +08:00
httprunner
ae0e6e8049 bugfix: modify request with setup_hooks 2018-05-14 14:29:26 +08:00
httprunner
d2b0343266 update README 2018-05-13 14:39:41 +08:00
httprunner
91dc30c9ab add wechat QR code 2018-05-12 23:35:12 +08:00
httprunner
08eb59190e remove examples 2018-05-12 21:12:25 +08:00
httprunner
2900f5b955 fix #173: testset hook in config block 2018-05-11 00:44:08 +08:00
httprunner
2bb84b3874 refactor hook mechanism:
1, remove EventHook;
2, setup_hooks: could reference request dict;
3, teardown_hooks: could reference Response object.
2018-05-10 13:40:47 +08:00
httprunner
9bd0041eea remove tests/httpbin/debugtalk.py 2018-05-10 12:39:37 +08:00
httprunner
a223ca04d3 call load_dot_env_file when initializing HttpRunner 2018-05-09 17:21:08 +08:00
httprunner
1b1dc8948e remove flask dev 2018-05-07 15:21:49 +08:00
httprunner
901eaab220 move tests/data/debugtalk.py to tests/debugtalk.py 2018-05-07 15:19:14 +08:00
httprunner
1c7c65523e bugfix #210: SuiteNotFound 2018-05-07 12:10:20 +08:00
httprunner
487fd9a62b release 1.4.0 2018-05-03 16:12:18 +08:00
httprunner
017e6dc0ec fix Python version compability 2018-05-03 16:04:58 +08:00
httprunner
5cf5aae3f9 fix compability: flask < 1.0.0 2018-05-03 12:46:50 +08:00
httprunner
e63ad6363c update Pipfile 2018-05-03 11:47:31 +08:00
httprunner
aff902d43c replace online httpbin service with httpbin lib 2018-05-02 17:43:07 +08:00
httprunner
7e263a0cbc refactor testcase layer 2018-05-02 16:29:35 +08:00
httprunner
d8ae4c0660 group file functions to utils.FileUtils 2018-04-29 13:30:25 +08:00
httprunner
9ff4e272dd add requests_toolbelt dependency 2018-04-25 22:27:47 +08:00
httprunner
48d1790695 fix unittest 2018-04-24 20:54:59 +08:00
httprunner
5aa8e7df44 fix #196: join base url and path 2018-04-24 20:48:38 +08:00
httprunner
99d66db9b2 fix #139: hooks execution order 2018-04-24 17:00:58 +08:00
httprunner
e263021c3b merge_validator: support checking unhashable values such as dict 2018-04-23 21:28:59 +08:00
httprunner
e1bcb74c5f fix #188: display response image in html report 2018-04-22 13:29:41 +08:00
httprunner
d8c326296d only show request body row if request method is POST or PUT 2018-04-22 13:03:32 +08:00
httprunner
84ea7c84ea join base_url and path nicely 2018-04-22 12:53:56 +08:00
httprunner
4516990d18 refactor report template: display request and response data in popup table 2018-04-22 12:12:04 +08:00
httprunner
2a20afb58e bugfix: testset file path 2018-04-20 22:05:50 +08:00
httprunner
43db00e4c1 fix #191: request data dumps 2018-04-20 22:00:56 +08:00
httprunner
fafbf1caa0 fix #185: log hrun logs to specified file 2018-04-20 15:25:24 +08:00
httprunner
a430e702d5 fix #183: type error 2018-04-20 11:19:35 +08:00