Commit Graph

12 Commits

Author SHA1 Message Date
httprunner
103dc8d724 rename functions 2017-09-22 14:31:23 +08:00
httprunner
93d4a78210 lower testcase key 2017-09-13 16:17:21 +08:00
httprunner
8d568d9e0d request in config should also be parsed 2017-09-12 22:32:52 +08:00
httprunner
eb4dcb64a3 add setup and teardown block, in these blocks, we can exec functions such as sleep 2017-09-05 10:25:22 +08:00
httprunner
1013971cf9 hot plugin support: search variables recursive upward from testset file 2017-09-04 11:22:43 +08:00
httprunner
34d0c6a1e8 rename fixture module name 2017-08-29 22:12:08 +08:00
httprunner
70bdbb90e1 #36: add debugtalk.py local per-directory plugins 2017-08-29 21:33:02 +08:00
httprunner
c606bf373b convert keys in request headers to lowercase 2017-08-28 18:52:55 +08:00
httprunner
533ff9198a bugfix #9: handle string content with multiple identical variables. 2017-07-31 22:26:09 +08:00
httprunner
68a00bcc0d change context variable name 2017-07-21 09:26:33 +08:00
httprunner
4849a25ea2 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
httprunner
95649800e1 rename test folder to tests 2017-07-20 11:18:09 +08:00