Commit Graph

7 Commits

Author SHA1 Message Date
httprunner
17bf07f012 change variable marker and function marker:
1, variable marker: ${var} => $var;
2, function marker: {'func': 'gen_random_string', 'args': [5]} => ${gen_random_string(5).
2017-07-04 16:45:18 +08:00
httprunner
67a5de3575 refactor: add extract_binds and validators 2017-06-29 15:27:26 +08:00
httprunner
2391f54d2c update doc string 2017-06-28 11:43:23 +08:00
httprunner
93a9872a6c make variables marker unified to be 2017-06-27 23:56:59 +08:00
httprunner
139036dbad TestcaseParser: add update_variables_binds 2017-06-26 14:43:06 +08:00
httprunner
2fe161f82d TestcaseParser: variable binds of testcase parser instance cat be updated. 2017-06-26 10:55:17 +08:00
httprunner
ae9750b4a0 TestcaseParser: parse testcase_template, replace all variables with bind value. 2017-06-25 23:33:49 +08:00