Commit Graph

18 Commits

Author SHA1 Message Date
httprunner
70bdbb90e1 #36: add debugtalk.py local per-directory plugins 2017-08-29 21:33:02 +08:00
httprunner
1080d620bd bugfix #34: handle exception when response content is empty 2017-08-29 14:44:44 +08:00
httprunner
4ca827ada6 if request content-type is application/json, request data should be dumped 2017-08-28 19:18:06 +08:00
httprunner
6bf3daae11 run locusts at full speed with master and several slaves, make the most use of all cpus 2017-08-26 23:29:18 +08:00
httprunner
fdb08e978d fix #33: invoke functions in url 2017-08-25 20:08:58 +08:00
httprunner
7b44fd39d5 bugfix: locustfile template can not be found 2017-08-22 16:02:57 +08:00
httprunner
b334e168cf new feature: ate-locust 2017-08-18 17:23:47 +08:00
httprunner
78ac4049c1 bugfix: open file with utf-8 encoding 2017-08-17 17:15:41 +08:00
httprunner
256d7de90f make result displayed in order 2017-08-16 20:33:05 +08:00
httprunner
802cdec952 make jenkins-mail-py as extras_require 2017-08-14 22:52:47 +08:00
httprunner
8e3bf499a0 add jenkins-mail-py to support mail test result 2017-08-02 23:58:00 +08:00
httprunner
60ef698ee6 update version to 0.3.0 2017-07-31 22:59:04 +08:00
httprunner
4de4cfe3a3 specify run times in testcase 2017-07-27 14:44:32 +08:00
httprunner
7901a8e26a update tag to 0.2.2 2017-07-24 18:16:07 +08:00
httprunner
16307e2ebe refactor mock server:
1, remove authentication switcher;
2, change authentication method: from verify request data's md5 to get token at the beginning.
2017-07-22 15:15:05 +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
aaeffeb14f add setup 2017-07-19 19:10:11 +08:00
httprunner
0fd8f95e34 utils: testcases loader 2017-06-20 19:43:44 +08:00