locust 2.32.11.dev20__py3-none-any.whl → 2.33.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/_version.py +2 -2
- locust/clients.py +1 -1
- {locust-2.32.11.dev20.dist-info → locust-2.33.0.dist-info}/METADATA +1 -1
- {locust-2.32.11.dev20.dist-info → locust-2.33.0.dist-info}/RECORD +7 -7
- {locust-2.32.11.dev20.dist-info → locust-2.33.0.dist-info}/WHEEL +0 -0
- {locust-2.32.11.dev20.dist-info → locust-2.33.0.dist-info}/entry_points.txt +0 -0
- {locust-2.32.11.dev20.dist-info → locust-2.33.0.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.
|
21
|
-
__version_tuple__ = version_tuple = (2,
|
20
|
+
__version__ = version = '2.33.0'
|
21
|
+
__version_tuple__ = version_tuple = (2, 33, 0)
|
locust/clients.py
CHANGED
@@ -68,7 +68,7 @@ class HttpSession(requests.Session):
|
|
68
68
|
to be able to log in and out of websites). Each request is logged so that locust can display
|
69
69
|
statistics.
|
70
70
|
|
71
|
-
This is a slightly extended version of `python-request <
|
71
|
+
This is a slightly extended version of `python-request <https://requests.readthedocs.io/>`_'s
|
72
72
|
:py:class:`requests.Session` class and mostly this class works exactly the same. However
|
73
73
|
the methods for making requests (get, post, delete, put, head, options, patch, request)
|
74
74
|
can now take a *url* argument that's only the path part of the URL, in which case the host
|
@@ -1,8 +1,8 @@
|
|
1
1
|
locust/__init__.py,sha256=aWeuBPUxONjwNm1xp4v8L4BO14SuYLjscIiwJVX1Ui4,1746
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
3
|
+
locust/_version.py,sha256=N9vaje5aC9eTWxM1O0isKgRvS5kQO9ukNPM3wVdrZr4,513
|
4
4
|
locust/argument_parser.py,sha256=ruSJcY4ouERwVopHvHDK-obQD6nlRKDqjLLwje2SH9k,32806
|
5
|
-
locust/clients.py,sha256=
|
5
|
+
locust/clients.py,sha256=LHAYjaoRjMXwdOB8KBUYRH9-8Uk4F8NvUsDy5UTxKkA,19352
|
6
6
|
locust/debug.py,sha256=7CCm8bIg44uGH2wqBlo1rXBzV2VzwPicLxLewz8r5CQ,5099
|
7
7
|
locust/dispatch.py,sha256=prdwtb9EoN4A9klgiKgWuwQmvFB8hEuFHOK6ot62AJI,16202
|
8
8
|
locust/env.py,sha256=UgR85CbbMXjhsbrMO8cx--ubdzEwuM2WZtY8DFMHHho,13065
|
@@ -50,8 +50,8 @@ locust/webui/dist/assets/graphs-light.png,sha256=7L6pOehXqCojQclzeP91l-LskFQAw_n
|
|
50
50
|
locust/webui/dist/assets/index-Bcn8JR9P.js,sha256=QycCyvTfa3JplzdV531CbVaklRIPdg9t9LYtHU5RtEU,1679417
|
51
51
|
locust/webui/dist/assets/testruns-dark.png,sha256=np6MvpgJ2gkKQ66SOmukLtjsMtHqTSr5dNfza-2XtCo,267621
|
52
52
|
locust/webui/dist/assets/testruns-light.png,sha256=iLAxBZh3kRsfGkcB1-1KSAbFgGji43IqiUrYuJlUoPk,276839
|
53
|
-
locust-2.
|
54
|
-
locust-2.
|
55
|
-
locust-2.
|
56
|
-
locust-2.
|
57
|
-
locust-2.
|
53
|
+
locust-2.33.0.dist-info/METADATA,sha256=sgOUcGEEJrl2XAEwdchybwNB3V5cnmeUNB7kd9golQo,9632
|
54
|
+
locust-2.33.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
55
|
+
locust-2.33.0.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
|
56
|
+
locust-2.33.0.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
|
57
|
+
locust-2.33.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|