refactor parameterization:

parameter value now can be in three types:
(1) data list
(2) call built-in parameterize function
(3) call custom function in debugtalk.py
This commit is contained in:
httprunner
2018-03-07 00:15:06 +08:00
parent b191197a43
commit 96fc410234
8 changed files with 124 additions and 51 deletions

4
tests/data/account.csv Normal file
View File

@@ -0,0 +1,4 @@
username,password
test1,111111
test2,222222
test3,333333
1 username password
2 test1 111111
3 test2 222222
4 test3 333333