Commit Graph

7 Commits

Author SHA1 Message Date
httprunner
9586915322 create HttpSession as wrapper of requests.Session, in order to log more information of request and response 2017-07-03 12:07:40 +08:00
httprunner
5dc5ca950d 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
httprunner
434e82f95e add support for import module custom functions 2017-06-30 13:24:00 +08:00
httprunner
67a5de3575 refactor: add extract_binds and validators 2017-06-29 15:27:26 +08:00
httprunner
6438fe653a bind_extractors: Bind named extractors to value within the context. 2017-06-28 21:38:43 +08:00
httprunner
93a9872a6c make variables marker unified to be 2017-06-27 23:56:59 +08:00
httprunner
7396bcd853 Context: Manages binding of variables 2017-06-26 00:57:58 +08:00