Commit Graph

12 Commits

Author SHA1 Message Date
debugtalk
7ba22b1389 change: update unit tests for removing v1 format 2020-04-09 12:06:34 +08:00
debugtalk
ad7fa34b30 change: upload file 2019-12-12 21:58:07 +08:00
debugtalk
92b5400e42 test: add upload tests in v2 format 2019-12-12 17:38:56 +08:00
debugtalk
26a5d39bd7 fix: unittest for upload httpbin 2019-12-12 17:35:31 +08:00
debugtalk
e58e87befe refactor upload files with requests-toolbelt:
1, Simplify usage syntax;
2, support upload multiple fields.
2019-04-11 12:25:20 +08:00
debugtalk
2ec2d3c2d8 make variables in testcase template compatible with mapping style:
new mapping style:
"variables": {
    "a": 1,
    "b": 2
}

Also, the former list style is still valid:
"variables": [
    {"a": 1},
    {"b": 2}
]
2018-11-28 12:14:06 +08:00
debugtalk
4099ade49d HttpRunner 2.0 is comming!
1, new design for testcase format;
2, refactor testcase layer mechanism.
2018-11-22 19:25:00 +08:00
debugtalk
822df7005a remove obsolete key words: variable_binds, extractors, extract_binds, validators 2018-11-15 20:35:44 +08:00
debugtalk
626612061e remove debugtalk.py variables mechanism 2018-11-15 14:48:44 +08:00
debugtalk
f071c02513 define httpbin host and port in one place 2018-08-02 11:29:01 +08:00
debugtalk
e1d49010c0 replace online httpbin service with httpbin lib 2018-05-02 17:43:07 +08:00
debugtalk
ffff6fef52 #169: add builtin support for uploading files 2018-04-17 23:20:39 +08:00