locust 2.40.2.dev7__py3-none-any.whl → 2.40.2.dev8__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/util/load_locustfile.py +7 -1
- {locust-2.40.2.dev7.dist-info → locust-2.40.2.dev8.dist-info}/METADATA +1 -1
- {locust-2.40.2.dev7.dist-info → locust-2.40.2.dev8.dist-info}/RECORD +7 -7
- {locust-2.40.2.dev7.dist-info → locust-2.40.2.dev8.dist-info}/WHEEL +0 -0
- {locust-2.40.2.dev7.dist-info → locust-2.40.2.dev8.dist-info}/entry_points.txt +0 -0
- {locust-2.40.2.dev7.dist-info → locust-2.40.2.dev8.dist-info}/licenses/LICENSE +0 -0
locust/_version.py
CHANGED
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '2.40.2.
|
32
|
-
__version_tuple__ = version_tuple = (2, 40, 2, '
|
31
|
+
__version__ = version = '2.40.2.dev8'
|
32
|
+
__version_tuple__ = version_tuple = (2, 40, 2, 'dev8')
|
33
33
|
|
34
34
|
__commit_id__ = commit_id = None
|
locust/util/load_locustfile.py
CHANGED
@@ -101,7 +101,13 @@ def load_locustfile_pytest(path) -> dict[str, type[User]]:
|
|
101
101
|
"""
|
102
102
|
user_classes: dict[str, type[PytestUser]] = {}
|
103
103
|
# collect tests and set up fixture manager
|
104
|
-
config = Config.fromdictargs(
|
104
|
+
config = Config.fromdictargs(
|
105
|
+
{},
|
106
|
+
[
|
107
|
+
"-q", # suppress pytest loggings about "test session starts" and "collected 0 items" etc
|
108
|
+
path,
|
109
|
+
],
|
110
|
+
)
|
105
111
|
config._do_configure()
|
106
112
|
session = pytest.Session.from_config(config)
|
107
113
|
config.hook.pytest_sessionstart(session=session)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
locust/__init__.py,sha256=HadpgGidiyCDPSKwkxrk1Qw6eB7dTmftNJVftuJzAiw,1876
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
3
|
+
locust/_version.py,sha256=Yo7p4WMjo4WEZdk6lh1L8lnl3jdqfttrS1sF70sbnj4,719
|
4
4
|
locust/argument_parser.py,sha256=t6mAoK9u13DxC9UH-alVqS6fFABFTyNWSJG89yQ4QQQ,33056
|
5
5
|
locust/clients.py,sha256=Gj1rD73_G7G7f6bi0plDiN-GIDPTBng8pBY21cFozQc,20219
|
6
6
|
locust/debug.py,sha256=7CCm8bIg44uGH2wqBlo1rXBzV2VzwPicLxLewz8r5CQ,5099
|
@@ -40,7 +40,7 @@ locust/util/date.py,sha256=2uZAY-fkJq7llUcVywTDTbe-_2IYumCv18n3Vrc75gw,833
|
|
40
40
|
locust/util/deprecation.py,sha256=4my4IcFpbM6yEKr569GMUKMsS0ywp0N4JPhhwm3J1-w,2026
|
41
41
|
locust/util/directory.py,sha256=2EeuVIIFEErm0OpNXdsEgQLx49jAXq-PvMj2uY0Mr8o,326
|
42
42
|
locust/util/exception_handler.py,sha256=jTMyBq2a0O07fRjmqGkheyaPj58tUgnbbcjoesKGPws,797
|
43
|
-
locust/util/load_locustfile.py,sha256=
|
43
|
+
locust/util/load_locustfile.py,sha256=eZsH-gRkKSAk8hI5CRS72w1-DaKRvrd2udOddslWMMU,5077
|
44
44
|
locust/util/rounding.py,sha256=5haxR8mKhATqag6WvPby-MSRRgIw5Ob6thbyvMYZM7o,92
|
45
45
|
locust/util/timespan.py,sha256=Y0LtnhUq2Mq19p04u0XtBlYQ_-S2cRvwRdgru8W9WhA,986
|
46
46
|
locust/util/url.py,sha256=s_W2PCxvxTWxWX0yUvp-8VBuQm881KwI5X9iifogZG4,321
|
@@ -56,8 +56,8 @@ locust/webui/dist/assets/terminal.gif,sha256=iw80LO2u0dnf4wpGfFJZauBeKTcSpw9iUfI
|
|
56
56
|
locust/webui/dist/assets/testruns-dark.png,sha256=G4p2VZSBuuqF4neqUaPSshIp5OKQJ_Bvb69Luj6XuVs,125231
|
57
57
|
locust/webui/dist/assets/testruns-light.png,sha256=JinGDiiBPOkhpfF-XCbmQqhRInqItrjrBTLKt5MlqVI,130301
|
58
58
|
pytest_locust/plugin.py,sha256=WAyiRHLynXegbbX2DxIutPKO4PQRT6JdBFA7zbbaJgM,1469
|
59
|
-
locust-2.40.2.
|
60
|
-
locust-2.40.2.
|
61
|
-
locust-2.40.2.
|
62
|
-
locust-2.40.2.
|
63
|
-
locust-2.40.2.
|
59
|
+
locust-2.40.2.dev8.dist-info/METADATA,sha256=XS_Z92MjgHNPw4zlZZlgrMQiovOmKU_m6fmWb0i7oqI,9598
|
60
|
+
locust-2.40.2.dev8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
61
|
+
locust-2.40.2.dev8.dist-info/entry_points.txt,sha256=0uIHcQ71R1qaWhM_sd8uBUCCJgp7gJfGHUVMnJeZfcY,86
|
62
|
+
locust-2.40.2.dev8.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
|
63
|
+
locust-2.40.2.dev8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|