Commit Graph

8 Commits

Author SHA1 Message Date
debugtalk
a409beb548 specify logging level from CLI 2017-07-03 16:40:59 +08:00
debugtalk
6887bb7c08 change class name, TestRunner -> Runner 2017-07-03 16:03:37 +08:00
debugtalk
f6477fd6be change method name 2017-07-03 16:02:16 +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
c3ce0c53fd we can set public filed in testset.config, and each testcase can inherit from it 2017-06-29 19:20:57 +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
6854607cf0 refactor: add extract_binds and validators 2017-06-29 15:27:26 +08:00
debugtalk
baf2d1c8b6 start entrance 2017-06-27 19:29:44 +08:00