Commit Graph

7 Commits

Author SHA1 Message Date
httprunner
6ac43e39ea #29: refactor validator:
1, relocate validate functions;
2, add unittest for custom defined validators.
2017-12-12 23:59:54 +08:00
httprunner
8c19212c6f support new validator format, e.g. {'eq': ['status_code', 200]} 2017-12-12 12:08:55 +08:00
httprunner
b262ae5e5e validate: set expect as alias for expected 2017-11-13 20:56:46 +08:00
httprunner
49797c51fd rename validators to validate 2017-11-01 14:43:28 +08:00
httprunner
62c64e9309 rename extractor/extractors to extract 2017-11-01 14:30:36 +08:00
httprunner
05d390169a rename keyword: extract_binds => extractors 2017-10-24 15:40:59 +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