locust 2.36.1.dev3__py3-none-any.whl → 2.36.2.dev2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- locust/_version.py +2 -2
- locust/argument_parser.py +3 -0
- {locust-2.36.1.dev3.dist-info → locust-2.36.2.dev2.dist-info}/METADATA +2 -2
- {locust-2.36.1.dev3.dist-info → locust-2.36.2.dev2.dist-info}/RECORD +7 -7
- {locust-2.36.1.dev3.dist-info → locust-2.36.2.dev2.dist-info}/WHEEL +0 -0
- {locust-2.36.1.dev3.dist-info → locust-2.36.2.dev2.dist-info}/entry_points.txt +0 -0
- {locust-2.36.1.dev3.dist-info → locust-2.36.2.dev2.dist-info}/licenses/LICENSE +0 -0
locust/_version.py
CHANGED
@@ -17,5 +17,5 @@ __version__: str
|
|
17
17
|
__version_tuple__: VERSION_TUPLE
|
18
18
|
version_tuple: VERSION_TUPLE
|
19
19
|
|
20
|
-
__version__ = version = '2.36.
|
21
|
-
__version_tuple__ = version_tuple = (2, 36,
|
20
|
+
__version__ = version = '2.36.2.dev2'
|
21
|
+
__version_tuple__ = version_tuple = (2, 36, 2, 'dev2')
|
locust/argument_parser.py
CHANGED
@@ -18,6 +18,8 @@ from typing import Any, NamedTuple
|
|
18
18
|
from urllib.parse import urlparse
|
19
19
|
from uuid import uuid4
|
20
20
|
|
21
|
+
from locust_cloud.args import add_locust_cloud_argparse
|
22
|
+
|
21
23
|
if sys.version_info >= (3, 11):
|
22
24
|
import tomllib
|
23
25
|
else:
|
@@ -859,6 +861,7 @@ def get_parser(default_config_files=DEFAULT_CONFIG_FILES) -> LocustArgumentParse
|
|
859
861
|
parser = get_empty_argument_parser(add_help=True, default_config_files=default_config_files)
|
860
862
|
# add all the other supported arguments
|
861
863
|
setup_parser_arguments(parser)
|
864
|
+
add_locust_cloud_argparse(parser)
|
862
865
|
# fire event to provide a hook for locustscripts and plugins to add command line arguments
|
863
866
|
locust.events.init_command_line_parser.fire(parser=parser)
|
864
867
|
return parser
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: locust
|
3
|
-
Version: 2.36.
|
3
|
+
Version: 2.36.2.dev2
|
4
4
|
Summary: Developer-friendly load testing framework
|
5
5
|
Project-URL: homepage, https://locust.io/
|
6
6
|
Project-URL: repository, https://github.com/locustio/locust
|
@@ -30,7 +30,7 @@ Requires-Dist: flask-login>=0.6.3
|
|
30
30
|
Requires-Dist: flask>=2.0.0
|
31
31
|
Requires-Dist: gevent<25.0.0,>=24.10.1
|
32
32
|
Requires-Dist: geventhttpclient>=2.3.1
|
33
|
-
Requires-Dist: locust-cloud>=1.20.
|
33
|
+
Requires-Dist: locust-cloud>=1.20.4
|
34
34
|
Requires-Dist: msgpack>=1.0.0
|
35
35
|
Requires-Dist: psutil>=5.9.1
|
36
36
|
Requires-Dist: pywin32; sys_platform == 'win32'
|
@@ -1,7 +1,7 @@
|
|
1
1
|
locust/__init__.py,sha256=aWeuBPUxONjwNm1xp4v8L4BO14SuYLjscIiwJVX1Ui4,1746
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
4
|
-
locust/argument_parser.py,sha256=
|
3
|
+
locust/_version.py,sha256=4iwW37BAeRpnF1Y_vsem0ML-lumni2bIoubEIVvlE78,526
|
4
|
+
locust/argument_parser.py,sha256=c0A7smgqHj7nCwV_pSzDgeYR5HvZZliAAj2QgmbyKbM,33037
|
5
5
|
locust/clients.py,sha256=o-277lWQdpmPnoRTdf3IQVNPQT8LMFDtPtuxbLHQIIs,19286
|
6
6
|
locust/debug.py,sha256=7CCm8bIg44uGH2wqBlo1rXBzV2VzwPicLxLewz8r5CQ,5099
|
7
7
|
locust/dispatch.py,sha256=prdwtb9EoN4A9klgiKgWuwQmvFB8hEuFHOK6ot62AJI,16202
|
@@ -51,8 +51,8 @@ locust/webui/dist/assets/graphs-light.png,sha256=7L6pOehXqCojQclzeP91l-LskFQAw_n
|
|
51
51
|
locust/webui/dist/assets/index-C98MCBdj.js,sha256=IaTEx2xQX0UCh6KvoCMlTtopwuL-Egx7hFSxhR_C75g,1721632
|
52
52
|
locust/webui/dist/assets/testruns-dark.png,sha256=np6MvpgJ2gkKQ66SOmukLtjsMtHqTSr5dNfza-2XtCo,267621
|
53
53
|
locust/webui/dist/assets/testruns-light.png,sha256=iLAxBZh3kRsfGkcB1-1KSAbFgGji43IqiUrYuJlUoPk,276839
|
54
|
-
locust-2.36.
|
55
|
-
locust-2.36.
|
56
|
-
locust-2.36.
|
57
|
-
locust-2.36.
|
58
|
-
locust-2.36.
|
54
|
+
locust-2.36.2.dev2.dist-info/METADATA,sha256=c0KTdX5aaRXp3e0zieKO6a_Utza2fUALnHwdlUI0o3M,9403
|
55
|
+
locust-2.36.2.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
56
|
+
locust-2.36.2.dev2.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
|
57
|
+
locust-2.36.2.dev2.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
|
58
|
+
locust-2.36.2.dev2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|