locust 2.33.3.dev13__py3-none-any.whl → 2.33.3.dev15__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/contrib/fasthttp.py +1 -1
- {locust-2.33.3.dev13.dist-info → locust-2.33.3.dev15.dist-info}/METADATA +1 -1
- {locust-2.33.3.dev13.dist-info → locust-2.33.3.dev15.dist-info}/RECORD +7 -7
- {locust-2.33.3.dev13.dist-info → locust-2.33.3.dev15.dist-info}/WHEEL +0 -0
- {locust-2.33.3.dev13.dist-info → locust-2.33.3.dev15.dist-info}/entry_points.txt +0 -0
- {locust-2.33.3.dev13.dist-info → locust-2.33.3.dev15.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.33.3.
|
21
|
-
__version_tuple__ = version_tuple = (2, 33, 3, '
|
20
|
+
__version__ = version = '2.33.3.dev15'
|
21
|
+
__version_tuple__ = version_tuple = (2, 33, 3, 'dev15')
|
locust/contrib/fasthttp.py
CHANGED
@@ -568,7 +568,7 @@ class FastResponse(CompatResponse):
|
|
568
568
|
"If you want to change the state of the request, you must pass catch_response=True. See http://docs.locust.io/en/stable/writing-a-locustfile.html#validating-responses"
|
569
569
|
)
|
570
570
|
|
571
|
-
def failure(self):
|
571
|
+
def failure(self, *_args, **_kwargs):
|
572
572
|
raise LocustError(
|
573
573
|
"If you want to change the state of the request, you must pass catch_response=True. See http://docs.locust.io/en/stable/writing-a-locustfile.html#validating-responses"
|
574
574
|
)
|
@@ -1,6 +1,6 @@
|
|
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=PjlBFw2KA8mCGeXJaNxqJQTRgihgz7ssvYosX3Yc7rc,528
|
4
4
|
locust/argument_parser.py,sha256=ruSJcY4ouERwVopHvHDK-obQD6nlRKDqjLLwje2SH9k,32806
|
5
5
|
locust/clients.py,sha256=LHAYjaoRjMXwdOB8KBUYRH9-8Uk4F8NvUsDy5UTxKkA,19352
|
6
6
|
locust/debug.py,sha256=7CCm8bIg44uGH2wqBlo1rXBzV2VzwPicLxLewz8r5CQ,5099
|
@@ -18,7 +18,7 @@ locust/shape.py,sha256=t-lwBS8LOjWcKXNL7j2U3zroIXJ1b0fazUwpRYQOKXw,1973
|
|
18
18
|
locust/stats.py,sha256=soIIvzxOYrEb-CUvLqDgYcoK9XKAX31zE1XkgPWWSQE,46023
|
19
19
|
locust/web.py,sha256=pXAGdixk7gzYLQKRWUbthuapasSrSiF1oCpqIVM14LA,30244
|
20
20
|
locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
|
-
locust/contrib/fasthttp.py,sha256=
|
21
|
+
locust/contrib/fasthttp.py,sha256=MKsJaKgMYHbnc5sPxDr5anQcwIuB9ZodLEhsmSCcpT8,29294
|
22
22
|
locust/contrib/mongodb.py,sha256=1seUYgJOaNKwybYOP9PUEVhgl8hGy-G33f8lFj3R8W8,1246
|
23
23
|
locust/contrib/oai.py,sha256=Ot3T8lp31ThckGbNps86oVvq6Vn845Eec0mxhDmONDE,2684
|
24
24
|
locust/contrib/postgres.py,sha256=OuMWnGYN10K65Tq2axVESEW25Y0g5gJb0rK90jkcCJg,1230
|
@@ -51,8 +51,8 @@ locust/webui/dist/assets/graphs-light.png,sha256=7L6pOehXqCojQclzeP91l-LskFQAw_n
|
|
51
51
|
locust/webui/dist/assets/index-Dv3EcGUO.js,sha256=XIyj-RrXCtCZ74HSnvnsi-I0UvnhoJS4Nxpqe5CaJPc,1687295
|
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.33.3.
|
55
|
-
locust-2.33.3.
|
56
|
-
locust-2.33.3.
|
57
|
-
locust-2.33.3.
|
58
|
-
locust-2.33.3.
|
54
|
+
locust-2.33.3.dev15.dist-info/METADATA,sha256=J8y4T-maM1IXhzjmwv2Syac26m5OL5Zs3gyw3ANM-BY,9638
|
55
|
+
locust-2.33.3.dev15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
56
|
+
locust-2.33.3.dev15.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
|
57
|
+
locust-2.33.3.dev15.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
|
58
|
+
locust-2.33.3.dev15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|