locust-cloud 1.17.0.dev0__py3-none-any.whl → 1.18.0__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_cloud/args.py +16 -16
- {locust_cloud-1.17.0.dev0.dist-info → locust_cloud-1.18.0.dist-info}/METADATA +1 -1
- {locust_cloud-1.17.0.dev0.dist-info → locust_cloud-1.18.0.dist-info}/RECORD +6 -6
- {locust_cloud-1.17.0.dev0.dist-info → locust_cloud-1.18.0.dist-info}/WHEEL +0 -0
- {locust_cloud-1.17.0.dev0.dist-info → locust_cloud-1.18.0.dist-info}/entry_points.txt +0 -0
- {locust_cloud-1.17.0.dev0.dist-info → locust_cloud-1.18.0.dist-info}/licenses/LICENSE +0 -0
locust_cloud/args.py
CHANGED
@@ -109,21 +109,7 @@ class MergeToTransferEncodedZip(argparse.Action):
|
|
109
109
|
setattr(namespace, self.dest, value)
|
110
110
|
|
111
111
|
|
112
|
-
cloud_parser = configargparse.ArgumentParser(
|
113
|
-
default_config_files=[
|
114
|
-
"~/.cloud.conf",
|
115
|
-
"cloud.conf",
|
116
|
-
],
|
117
|
-
auto_env_var_prefix="LOCUSTCLOUD_",
|
118
|
-
formatter_class=configargparse.RawTextHelpFormatter,
|
119
|
-
config_file_parser_class=configargparse.CompositeConfigParser(
|
120
|
-
[
|
121
|
-
LocustTomlConfigParser(["tool.locust"]),
|
122
|
-
configargparse.DefaultConfigFileParser,
|
123
|
-
]
|
124
|
-
),
|
125
|
-
add_help=False,
|
126
|
-
)
|
112
|
+
cloud_parser = configargparse.ArgumentParser(add_help=False)
|
127
113
|
cloud_parser.add_argument(
|
128
114
|
"--cloud",
|
129
115
|
action="store_true",
|
@@ -178,7 +164,21 @@ cloud_parser.add_argument(
|
|
178
164
|
help="A list of extra files or directories to upload. Space-separated, e.g. --extra-files testdata.csv *.py my-directory/",
|
179
165
|
)
|
180
166
|
|
181
|
-
combined_cloud_parser = configargparse.ArgumentParser(
|
167
|
+
combined_cloud_parser = configargparse.ArgumentParser(
|
168
|
+
default_config_files=[
|
169
|
+
"~/.cloud.conf",
|
170
|
+
"cloud.conf",
|
171
|
+
],
|
172
|
+
auto_env_var_prefix="LOCUSTCLOUD_",
|
173
|
+
formatter_class=configargparse.RawTextHelpFormatter,
|
174
|
+
config_file_parser_class=configargparse.CompositeConfigParser(
|
175
|
+
[
|
176
|
+
LocustTomlConfigParser(["tool.locust"]),
|
177
|
+
configargparse.DefaultConfigFileParser,
|
178
|
+
]
|
179
|
+
),
|
180
|
+
parents=[cloud_parser],
|
181
|
+
)
|
182
182
|
combined_cloud_parser.add_argument(
|
183
183
|
"-f",
|
184
184
|
"--locustfile",
|
@@ -1,13 +1,13 @@
|
|
1
1
|
locust_cloud/__init__.py,sha256=NPggKqjx13UKmmgoG6dpoXOyA1liGBAUP8pz6OSpBvI,488
|
2
2
|
locust_cloud/apisession.py,sha256=kCr271_l0IeMGw0L563mOecqPJj4OD9h2J3vxCM5zYQ,4015
|
3
|
-
locust_cloud/args.py,sha256=
|
3
|
+
locust_cloud/args.py,sha256=oyl6Uv5CV3mTMLos_-3ChVwyHt6ElxLAaanlbQn5SaU,6056
|
4
4
|
locust_cloud/cloud.py,sha256=RbW7p4pQWIcvaYe_80BwNiBC8YHmrX-1tE5X8Bi0dH0,5912
|
5
5
|
locust_cloud/common.py,sha256=cFrDVKpi9OEmH6giOuj9HoIUFSBArixNtNHzZIgDvPE,992
|
6
6
|
locust_cloud/input_events.py,sha256=MyxccgboHByICuK6VpQCCJhZQqTZAacNmkSpw-gxBEw,3420
|
7
7
|
locust_cloud/web_login.py,sha256=1j2AQoEM6XVSDtE1q0Ryrs4jFEx07r9IQfZCoFAQXJg,2400
|
8
8
|
locust_cloud/websocket.py,sha256=9Q7nTFuAwVhgW74DlJNcHTZXOQ1drsXi8hX9ciZhWlQ,8998
|
9
|
-
locust_cloud-1.
|
10
|
-
locust_cloud-1.
|
11
|
-
locust_cloud-1.
|
12
|
-
locust_cloud-1.
|
13
|
-
locust_cloud-1.
|
9
|
+
locust_cloud-1.18.0.dist-info/METADATA,sha256=f17Qf7dxDY0I5p2zktKZ62lxutHnbWuOEklPXmFvWaQ,633
|
10
|
+
locust_cloud-1.18.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
11
|
+
locust_cloud-1.18.0.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
12
|
+
locust_cloud-1.18.0.dist-info/licenses/LICENSE,sha256=Ow6fY6ta4KIjdlWalmxGvRP8yLmetvkbkl-SdHMjPIs,1093
|
13
|
+
locust_cloud-1.18.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|