Commit Graph

7 Commits

Author SHA1 Message Date
debugtalk
f7cfca738b remove unused code 2019-03-18 16:11:07 +08:00
hluguoj
8d511ceb16 bugfix random function in config variables run many times 2019-02-27 21:21:11 +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
e8d7f8e7c5 .env variables should be referenced with builtin ENV/environ function 2018-11-16 12:29:02 +08:00
debugtalk
626612061e remove debugtalk.py variables mechanism 2018-11-15 14:48:44 +08:00
debugtalk
b3eede8762 fix #309 #312 2018-08-22 23:24:19 +08:00