Commit Graph

9 Commits

Author SHA1 Message Date
debugtalk
29b660b3db 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
debugtalk
3c7a930cdc fix testcase name 2017-07-03 23:50:01 +08:00
debugtalk
cd4e635d83 change validators from dict to list, as there may be several tests on one filed 2017-06-29 18:15:28 +08:00
debugtalk
63c9d209e9 do not need to config extract_binds if only want to validate results 2017-06-29 17:19:06 +08:00
debugtalk
6854607cf0 refactor: add extract_binds and validators 2017-06-29 15:27:26 +08:00
debugtalk
887845493d make variables marker unified to be 2017-06-27 23:56:59 +08:00
debugtalk
0e08f33667 TestRunner: testsets can be configured in public config 2017-06-26 15:47:45 +08:00
debugtalk
df6960a805 change testcase data structure, in order to distinguish config and test 2017-06-26 15:27:27 +08:00
debugtalk
56c2f0decf TestRunner: run testcase writen in separate template 2017-06-26 11:51:08 +08:00