Commit Graph

12 Commits

Author SHA1 Message Date
httprunner
3c17aa649c rename excpetion module to exceptions 2018-07-25 10:52:16 +08:00
httprunner
b9a1c839bd remove setup_hook_httpntlmauth from built-in hooks 2018-05-14 15:09:11 +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
43db00e4c1 fix #191: request data dumps 2018-04-20 22:00:56 +08:00
httprunner
e80dc2b262 #169: add builtin support for uploading files 2018-04-17 23:20:39 +08:00
httprunner
33eb8ac897 define python source code encoding as utf-8 2018-03-27 12:07:46 +08:00
httprunner
3ffcc8813e encode request data if it is in unicode/str type 2018-03-26 00:10:41 +08:00
httprunner
b5a25378da refactor compatibility, learned from requests 2018-03-25 21:19:23 +08:00
httprunner
4879330b14 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
httprunner
d4048c066c fix #84: type_match invalid 2018-01-17 12:49:02 +08:00
httprunner
155ad0167e #29: refactor validator, now support custom defined validators 2017-12-12 20:06:54 +08:00
httprunner
e8db476867 rename package name from ate to httprunner 2017-11-07 11:01:23 +08:00