Commit Graph

42 Commits

Author SHA1 Message Date
debugtalk
5a60dd09b5 docs: update changelog for 2.4.0 2019-12-11 16:07:44 +08:00
debugtalk
4ce0638e20 update version: 2.4.0.b 2019-12-06 18:45:00 +08:00
debugtalk
ff24fdb9d7 2.4.0
feat: validate with python script, ref #773
2019-12-04 17:38:13 +08:00
debugtalk
d7abc3e4ca 2.3.3
fix #768: dump json file path error when folder name contains dot, such as a.b.c
2019-12-04 12:57:50 +08:00
debugtalk
accc06733c change: --report-file, specify report file path, this has higher priority than specifying report dir. 2019-11-01 19:34:34 +08:00
debugtalk
31ef256c4d fix: locusts entry configuration 2019-10-28 11:50:41 +08:00
debugtalk
ea3438212b bump version to 2.3.0 2019-10-26 21:45:37 +08:00
debugtalk
f0cd396e40 2.2.7
change: move debugging cli to __main__.py
2019-10-25 14:21:23 +08:00
debugtalk
d65f3860b1 feat: config variables support parsing from function 2019-09-19 00:22:18 +08:00
debugtalk
71eab6aa35 bump version to 2.2.5 2019-07-28 17:11:51 +08:00
debugtalk
cb8fc091c4 fix: get project version and description.
this will be improved after poetry fixed issue https://github.com/sdispater/poetry/issues/144
2019-07-18 16:34:13 +08:00
debugtalk
195f1aeef2 improvement: maintain project meta data all in pyproject.toml
1, remove __about__.py
2, project version and description are all configured in pyproject.toml
2019-07-16 18:56:52 +08:00
debugtalk
0cfb92aa4a change httprunner api HttpRunner location to avoid monkey patch 2018-12-04 20:47:53 +08:00
debugtalk
60422c274f fix 4810889d86238ab08ee5f18996b9509539420b0a: import locust may lead to RecursionError 2018-12-04 20:15:16 +08:00
debugtalk
50d0ef01ae fix duplicate monkey patch 2018-12-04 14:46:30 +08:00
debugtalk
2d5ff04b46 locusts support weight feature 2018-10-29 22:16:41 +08:00
debugtalk
05bca2276f fix #112: RecursionError when running locust 2018-09-06 08:53:08 +08:00
debugtalk
6f3dbacf67 refactor: pipeline 2018-08-21 17:39:12 +08:00
debugtalk
94db1acc80 define python source code encoding as utf-8 2018-03-27 12:07:46 +08:00
debugtalk
68227f6c0e bugfix: instal with dependencies 2018-02-26 22:38:17 +08:00
debugtalk
7232840dc1 relocate locust template file 2018-02-26 13:50:10 +08:00
debugtalk
6557cb3420 refactor class name: ApiTestCase => TestCase, ApiTestSuite => TestSuite 2018-02-24 17:59:42 +08:00
debugtalk
8b0b7e7efd add HttpRunner class as interface 2018-02-24 17:45:45 +08:00
debugtalk
3e24926dd5 fix #99: if charset is specified in content-type, request data should be encoded with charset encoding 2018-02-24 15:33:18 +08:00
debugtalk
c02ddaec32 0.9.3b 2018-02-23 23:04:44 +08:00
debugtalk
fb984cf6e6 0.9.3a 2018-02-22 00:27:31 +08:00
debugtalk
00a8d1be8a hide traceback when log level is INFO/WARNING/ERROR/CRITICAL 2018-02-20 01:15:57 +08:00
debugtalk
56cf359810 new feature: support parameters and data driven 2018-02-15 22:53:56 +08:00
debugtalk
a0ace0ee76 refactor: make test runner unified 2018-02-14 20:28:28 +08:00
debugtalk
4fbc414e87 refactor run times: display test statistics correctly with run times setting 2018-02-08 12:24:53 +08:00
debugtalk
8b039d3b1e fix #96: add skip feature
1, skip=True is equal to times=0;
2, skip priority is higher than times.
2018-02-07 11:26:28 +08:00
debugtalk
c28f975c86 update version 2018-01-16 19:41:47 +08:00
debugtalk
389e915a09 replace --cpu-cores with --full-speed: now support specify slaves number 2018-01-11 23:03:13 +08:00
debugtalk
d8529d3676 replace codecs with io 2017-12-23 12:49:34 +08:00
debugtalk
cd89157fa6 validator: check item support reference variable 2017-12-13 01:12:57 +08:00
debugtalk
eae9a85647 #29: refactor validator, now support custom defined validators 2017-12-12 20:06:54 +08:00
debugtalk
be6502cd63 support new validator format, e.g. {'eq': ['status_code', 200]} 2017-12-12 12:08:55 +08:00
debugtalk
905ba88cfd reduce installing dependent libs for user 2017-11-14 16:15:03 +08:00
debugtalk
f9e9f75f05 bugfix #53: ensure teardown functions executed when test fail 2017-11-13 22:53:35 +08:00
debugtalk
8633050794 update version 2017-11-08 21:55:40 +08:00
debugtalk
eca35ebcef update with PyUnitReport 2017-11-07 11:50:38 +08:00
debugtalk
eec69275f3 rename package name from ate to httprunner 2017-11-07 11:01:23 +08:00