locust-cloud 1.18.0__py3-none-any.whl → 1.19.1__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 +6 -0
- locust_cloud/cloud.py +3 -0
- {locust_cloud-1.18.0.dist-info → locust_cloud-1.19.1.dist-info}/METADATA +2 -2
- {locust_cloud-1.18.0.dist-info → locust_cloud-1.19.1.dist-info}/RECORD +7 -7
- {locust_cloud-1.18.0.dist-info → locust_cloud-1.19.1.dist-info}/WHEEL +0 -0
- {locust_cloud-1.18.0.dist-info → locust_cloud-1.19.1.dist-info}/entry_points.txt +0 -0
- {locust_cloud-1.18.0.dist-info → locust_cloud-1.19.1.dist-info}/licenses/LICENSE +0 -0
locust_cloud/args.py
CHANGED
@@ -163,6 +163,12 @@ cloud_parser.add_argument(
|
|
163
163
|
type=valid_extra_files_path,
|
164
164
|
help="A list of extra files or directories to upload. Space-separated, e.g. --extra-files testdata.csv *.py my-directory/",
|
165
165
|
)
|
166
|
+
cloud_parser.add_argument(
|
167
|
+
"--testrun-tags",
|
168
|
+
nargs="*",
|
169
|
+
default=None,
|
170
|
+
help="A list of tags that can be used to filter testruns",
|
171
|
+
)
|
166
172
|
|
167
173
|
combined_cloud_parser = configargparse.ArgumentParser(
|
168
174
|
default_config_files=[
|
locust_cloud/cloud.py
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: locust-cloud
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.19.1
|
4
4
|
Summary: Locust Cloud
|
5
5
|
Project-URL: Homepage, https://locust.cloud
|
6
6
|
License-File: LICENSE
|
7
7
|
Requires-Python: >=3.10
|
8
8
|
Requires-Dist: configargparse==1.7
|
9
9
|
Requires-Dist: gevent>=24.11.1
|
10
|
-
Requires-Dist: locust>=2.
|
10
|
+
Requires-Dist: locust>=2.35.0
|
11
11
|
Requires-Dist: platformdirs>=4.3.6
|
12
12
|
Requires-Dist: pyjwt>=2.0
|
13
13
|
Requires-Dist: python-socketio[client]==5.11.4
|
@@ -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=
|
4
|
-
locust_cloud/cloud.py,sha256=
|
3
|
+
locust_cloud/args.py,sha256=QRt1NoFwxTyj7147YF1_YN6u5V34qGBSNwgnl7nwZQ4,6203
|
4
|
+
locust_cloud/cloud.py,sha256=9qKy60FwHCmkF4efZ1BH6D4AUwkBftre8ei2Dol5yk4,6027
|
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.19.1.dist-info/METADATA,sha256=PMKO_Zdoh9_eT8D5Rwpmzg26RSMPXk4fOXhBQVlPbcM,633
|
10
|
+
locust_cloud-1.19.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
11
|
+
locust_cloud-1.19.1.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
12
|
+
locust_cloud-1.19.1.dist-info/licenses/LICENSE,sha256=Ow6fY6ta4KIjdlWalmxGvRP8yLmetvkbkl-SdHMjPIs,1093
|
13
|
+
locust_cloud-1.19.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|