debugtalk
c17d7c4f82
make variables in testcase template compatible with mapping style:
...
new mapping style:
"variables": {
"a": 1,
"b": 2
}
Also, the former list style is still valid:
"variables": [
{"a": 1},
{"b": 2}
]
2018-11-28 12:14:06 +08:00
debugtalk
9f7cde2707
deprecate function_binds
2018-07-26 15:23:03 +08:00
debugtalk
54e151e468
deprecate requires
2018-07-26 15:17:50 +08:00
debugtalk
a8d8b26914
deprecate import_module_items
2018-07-26 15:08:04 +08:00
debugtalk
f1cac82a15
#106 : support builtin functions
2018-02-28 23:56:10 +08:00
debugtalk
388a6da23a
rename keyword: variable_binds => variables
2017-10-24 15:59:09 +08:00
debugtalk
082a2711e9
hot plugin support: search variables recursive upward from testset file
2017-09-04 11:22:43 +08:00
debugtalk
7f4c565fcb
rename fixture module name
2017-08-29 22:12:08 +08:00
debugtalk
f41729094a
refactor variable context:
...
1, variable context has two level, testset and testcase;
2, testset level variables can be used in whole test suite, while testcase level variables can only be used in testcase;
3, when variable binds with functions, the funtions will be called and the result will be set to the variable.
2017-07-20 22:43:18 +08:00
debugtalk
31c73d036e
rename test folder to tests
2017-07-20 11:18:09 +08:00