debugtalk
|
6cc2fde85d
|
restructure code: move code related to testcase from ate/utils.py to ate/testcase.py
|
2017-07-31 22:51:28 +08:00 |
|
debugtalk
|
94f3bfc00b
|
bugfix #9: handle string content with multiple identical variables.
|
2017-07-31 22:26:09 +08:00 |
|
debugtalk
|
f94f57d102
|
refactor mock server:
1, remove authentication switcher;
2, change authentication method: from verify request data's md5 to get token at the beginning.
|
2017-07-22 15:15:05 +08:00 |
|
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
|
6854607cf0
|
refactor: add extract_binds and validators
|
2017-06-29 15:27:26 +08:00 |
|
debugtalk
|
fbb7df5826
|
update doc string
|
2017-06-28 11:43:23 +08:00 |
|
debugtalk
|
887845493d
|
make variables marker unified to be
|
2017-06-27 23:56:59 +08:00 |
|
debugtalk
|
298391324d
|
TestcaseParser: add update_variables_binds
|
2017-06-26 14:43:06 +08:00 |
|
debugtalk
|
ea1291e6a9
|
TestcaseParser: variable binds of testcase parser instance cat be updated.
|
2017-06-26 10:55:17 +08:00 |
|
debugtalk
|
4d9ca255cd
|
TestcaseParser: parse testcase_template, replace all variables with bind value.
|
2017-06-25 23:33:49 +08:00 |
|