debugtalk
|
c68e7be512
|
update omitting request & response length:
1, request: only omit upload file type;
2, response: keep raw content for extracting; omit in summary
|
2018-12-28 16:15:18 +08:00 |
|
debugtalk
|
cb92572a37
|
remove builtin setup hook: prepare post data
|
2018-12-17 20:55:19 +08:00 |
|
debugtalk
|
26c7e0f5f8
|
bugfix: POST content-type is application/x-www-form-urlencoded
|
2018-11-30 22:46:09 +08:00 |
|
debugtalk
|
4a87af51e7
|
rename excpetion module to exceptions
|
2018-07-25 10:52:16 +08:00 |
|
debugtalk
|
c9354b5293
|
remove setup_hook_httpntlmauth from built-in hooks
|
2018-05-14 15:09:11 +08:00 |
|
debugtalk
|
dcc1e70181
|
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 |
|
debugtalk
|
0a3f5cc146
|
fix #191: request data dumps
|
2018-04-20 22:00:56 +08:00 |
|
debugtalk
|
ffff6fef52
|
#169: add builtin support for uploading files
|
2018-04-17 23:20:39 +08:00 |
|
debugtalk
|
94db1acc80
|
define python source code encoding as utf-8
|
2018-03-27 12:07:46 +08:00 |
|
debugtalk
|
da6c0cb848
|
encode request data if it is in unicode/str type
|
2018-03-26 00:10:41 +08:00 |
|
debugtalk
|
261169b70e
|
refactor compatibility, learned from requests
|
2018-03-25 21:19:23 +08:00 |
|
debugtalk
|
8c618d2325
|
add hook feature:
1, setup_hook: call function before request
2, teardown_hook: call function after request
|
2018-03-14 11:57:35 +08:00 |
|
debugtalk
|
c40a208024
|
fix #84: type_match invalid
|
2018-01-17 12:49:02 +08:00 |
|
debugtalk
|
eae9a85647
|
#29: refactor validator, now support custom defined validators
|
2017-12-12 20:06:54 +08:00 |
|
debugtalk
|
eec69275f3
|
rename package name from ate to httprunner
|
2017-11-07 11:01:23 +08:00 |
|