Commit Graph

16 Commits

Author SHA1 Message Date
debugtalk
d4493a8283 add test for import_module_functions 2017-07-01 21:54:14 +08:00
debugtalk
dc7a4b69bc refactor context:
1, testset and testcase are in different context level;
2, testset context will be initialized when a file is loaded, and testcase level context initializes when each testcase starts;
3, testcase context should inherit from testset context configs, and the testcase context has high priority.
2017-07-01 21:44:04 +08:00
debugtalk
20f2e6b943 add support for import module custom functions 2017-06-30 13:24:00 +08:00
debugtalk
cd4e635d83 change validators from dict to list, as there may be several tests on one filed 2017-06-29 18:15:28 +08:00
debugtalk
63c9d209e9 do not need to config extract_binds if only want to validate results 2017-06-29 17:19:06 +08:00
debugtalk
6854607cf0 refactor: add extract_binds and validators 2017-06-29 15:27:26 +08:00
debugtalk
887845493d make variables marker unified to be 2017-06-27 23:56:59 +08:00
debugtalk
0e08f33667 TestRunner: testsets can be configured in public config 2017-06-26 15:47:45 +08:00
debugtalk
df6960a805 change testcase data structure, in order to distinguish config and test 2017-06-26 15:27:27 +08:00
debugtalk
56c2f0decf TestRunner: run testcase writen in separate template 2017-06-26 11:51:08 +08:00
debugtalk
75d06aecca Context: Manages binding of variables 2017-06-26 00:57:58 +08:00
debugtalk
b0c188ce51 change demo testcase file name 2017-06-25 20:29:59 +08:00
debugtalk
4ac2462881 add testcases for TestRunner, with authentication enabled 2017-06-24 16:29:55 +08:00
debugtalk
b89c941236 TestRunner: add testcase suite writen in YAML 2017-06-21 19:17:29 +08:00
debugtalk
fc7ded4046 TestRunner: run testcase suite 2017-06-21 18:43:15 +08:00
debugtalk
45351e3ba7 utils: testcases loader 2017-06-20 19:43:44 +08:00