httprunner
fa82c26e9f
rename keyword: variable_binds => variables
2017-10-24 15:59:09 +08:00
httprunner
8fb3e0b73a
support run test suites set file
2017-09-24 14:09:25 +08:00
httprunner
834600bb41
adjust code structure
2017-09-22 11:48:29 +08:00
httprunner
6ef46224f6
refactor api loading behavior: api should be located in /tests/api/ folder
2017-09-21 20:54:06 +08:00
httprunner
dc673a0d19
bugfix: substitute_variables_with_mapping, handle when value is None, bool, empty string
2017-09-20 19:55:25 +08:00
httprunner
1262d92816
subsititue api call args
2017-09-18 21:53:22 +08:00
httprunner
8c05afaed5
bugfix: adjust functions location to avoid cross reference
2017-09-18 16:01:19 +08:00
httprunner
62fbe7759f
strip from extracted function
2017-09-14 20:54:19 +08:00
httprunner
09d58818e7
bugfix: when binding variable is None, it should be None other than raise ParamsError"
2017-09-12 17:10:04 +08:00
httprunner
78b1dec782
search variables in debugtalk.py recursively upward
2017-09-12 17:08:39 +08:00
luowentao
2b95289bea
refactor: fix typos
2017-09-11 20:44:57 +08:00
httprunner
6c39b07b0f
get bind functions from upward searched debugtalk.py
2017-08-31 12:46:38 +08:00
httprunner
20677b8731
refactor ate/testcase.py: organise code with TestcaseParser, reduce passing parameters
2017-08-25 21:10:34 +08:00
httprunner
fdb08e978d
fix #33 : invoke functions in url
2017-08-25 20:08:58 +08:00
httprunner
5485b5a532
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
httprunner
bfc18b38a3
bugfix: when a variable binds to None, it should not raise exception
2017-08-03 12:02:37 +08:00
diaojunxian
249cf0dc9b
fix bug|>update parse_variables and add testcase test_parse_variables_multiple_identical_variables
2017-08-03 11:10:36 +08:00
httprunner
0c2f48a6fe
simplify tests
2017-07-31 22:57:00 +08:00
httprunner
5267d4f5e5
restructure code: move code related to testcase from ate/utils.py to ate/testcase.py
2017-07-31 22:51:28 +08:00
httprunner
533ff9198a
bugfix #9 : handle string content with multiple identical variables.
2017-07-31 22:26:09 +08:00
httprunner
95649800e1
rename test folder to tests
2017-07-20 11:18:09 +08:00