debugtalk
58c573cf65
Merge pull request #14 from diaojunxian/master
...
bugfix: add maxreplace=1 to avoid similar variables are replaced by mistaken.
For instance, if user=1000, then "/$user/$userid" will be replaced to be "/1000/1000id".
2017-08-03 13:34:29 +08:00
debugtalk
02dc813779
bugfix: when a variable binds to None, it should not raise exception
2017-08-03 12:02:37 +08:00
diaojunxian
e49ebb7e9a
fix bug|>update parse_variables and add testcase test_parse_variables_multiple_identical_variables
2017-08-03 11:10:36 +08:00
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