Commit Graph

5 Commits

Author SHA1 Message Date
httprunner
9a62f778fb 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
httprunner
ebfb0e6157 fix commit 4cf2a17cd0 2018-11-24 00:49:13 +08:00
httprunner
f05f190d24 HttpRunner 2.0 is comming!
1, new design for testcase format;
2, refactor testcase layer mechanism.
2018-11-22 19:25:00 +08:00
httprunner
901eaab220 move tests/data/debugtalk.py to tests/debugtalk.py 2018-05-07 15:19:14 +08:00
httprunner
7e263a0cbc refactor testcase layer 2018-05-02 16:29:35 +08:00