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
|
3ffcc8813e
|
encode request data if it is in unicode/str type
|
2018-03-26 00:10:41 +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
|
4c9fb6f75b
|
fix #99: if charset is specified in content-type, request data should be encoded with charset encoding
|
2018-02-24 15:33:18 +08:00 |
|
httprunner
|
e8db476867
|
rename package name from ate to httprunner
|
2017-11-07 11:01:23 +08:00 |
|
httprunner
|
d3a068cb6d
|
prepare_kwargs: reference kwargs do not need to return
|
2017-08-29 15:17:52 +08:00 |
|
httprunner
|
953a1d54ca
|
fix travis-ci job 152
|
2017-08-29 14:57:27 +08:00 |
|
httprunner
|
4ca827ada6
|
if request content-type is application/json, request data should be dumped
|
2017-08-28 19:18:06 +08:00 |
|
httprunner
|
16307e2ebe
|
refactor mock server:
1, remove authentication switcher;
2, change authentication method: from verify request data's md5 to get token at the beginning.
|
2017-07-22 15:15:05 +08:00 |
|
httprunner
|
95649800e1
|
rename test folder to tests
|
2017-07-20 11:18:09 +08:00 |
|