locust 2.30.1.dev35__py3-none-any.whl → 2.31.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 CHANGED
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
14
14
  version_tuple: VERSION_TUPLE
15
15
 
16
16
 
17
- __version__ = "2.30.1.dev35"
17
+ __version__ = "2.31.0"
18
18
  version = __version__
19
- __version_tuple__ = (2, 30, 1, "dev35")
19
+ __version_tuple__ = (2, 31, 0)
20
20
  version_tuple = __version_tuple__
locust/web.py CHANGED
@@ -151,7 +151,7 @@ class WebUI:
151
151
  error_code = getattr(error, "code", 500)
152
152
  logger.log(
153
153
  logging.INFO if error_code <= 404 else logging.ERROR,
154
- f"UI got request for {request.path}, but it resulted in a {error.code}: {error.name}",
154
+ f"UI got request for {request.path}, but it resulted in a {error_code}: {error.name}",
155
155
  )
156
156
  return make_response(error_message, error_code)
157
157
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.30.1.dev35
3
+ Version: 2.31.0
4
4
  Summary: Developer-friendly load testing framework
5
5
  Home-page: https://locust.io/
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  locust/__init__.py,sha256=Jit8eNUrwuMLqavyFvMZr69e61DILq_KB4yT4MciScw,1681
2
2
  locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
3
- locust/_version.py,sha256=jJxi75G5AB0e-VWNlkR2Ijm6wbNxA1bkCFlb3R1EP8M,460
3
+ locust/_version.py,sha256=dqCA1FNBVKrSW8DAJ3OAS4LTCkL_9kYEBmrnDhFGV1I,445
4
4
  locust/argument_parser.py,sha256=FMEWKC5OMVzpliRYa6KJvmpMRFvtlJFoVKxyW9_NJuc,29012
5
5
  locust/clients.py,sha256=OHPv6hBAt4gt3HI67yqyT1qrSsF8uMdCwIRu0kIsRWI,19491
6
6
  locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -37,15 +37,15 @@ locust/util/load_locustfile.py,sha256=hn70KcIG8jHmZyuKv2pcEmwgWtOEu24Efeji1KRYNU
37
37
  locust/util/rounding.py,sha256=5haxR8mKhATqag6WvPby-MSRRgIw5Ob6thbyvMYZM7o,92
38
38
  locust/util/timespan.py,sha256=Y0LtnhUq2Mq19p04u0XtBlYQ_-S2cRvwRdgru8W9WhA,986
39
39
  locust/util/url.py,sha256=s_W2PCxvxTWxWX0yUvp-8VBuQm881KwI5X9iifogZG4,321
40
- locust/web.py,sha256=rB7K08AMyc3Amv8sYWvkSXS7h71udnWDVWuqySB4ycg,27594
40
+ locust/web.py,sha256=03m-6HSNRHWZrMk0OXcJ0vwSQey4nco7P3C11KhMzAc,27594
41
41
  locust/webui/dist/assets/favicon.ico,sha256=IUl-rYqfpHdV38e-s0bkmFIeLS-n3Ug0DQxk-h202hI,8348
42
42
  locust/webui/dist/assets/index-093e1f62.js,sha256=363_DUw7TmxVuaCXfI5c-0mLblkp7vTg1apfrJ9My1w,1639420
43
43
  locust/webui/dist/assets/logo-10854faa.png,sha256=EIVPqr6wE_yqguHaqFHIsH0ZACLSrvNWyYO7PbyIj4w,19299
44
44
  locust/webui/dist/auth.html,sha256=jUY4rUvgcAnkvlBwM7MOeGuzSuSQjX5SidC6fQrk1jA,501
45
45
  locust/webui/dist/index.html,sha256=-ZwwSLExVK2oWn2QXd-80mpQqz-iY9CtWlM5bGm__8Q,507
46
46
  locust/webui/dist/report.html,sha256=TD3BZYjjRxjHxfa51Yk7UE4bb8T05VEyi4GNRguyjAE,1454090
47
- locust-2.30.1.dev35.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
48
- locust-2.30.1.dev35.dist-info/METADATA,sha256=_tit8H0o8iG0OjDmQ2SLSfBWLfcG4qgdP4h2WyPzLaE,7679
49
- locust-2.30.1.dev35.dist-info/WHEEL,sha256=HBsDV7Hj4OTiS1GX6ua7iQXUQTB9UHftbBxr7Q8Xm9c,110
50
- locust-2.30.1.dev35.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
51
- locust-2.30.1.dev35.dist-info/RECORD,,
47
+ locust-2.31.0.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
48
+ locust-2.31.0.dist-info/METADATA,sha256=hWNnoel39I7sNBXGGUdBn0FWKy-kx67jw-vG8ZXB8nk,7673
49
+ locust-2.31.0.dist-info/WHEEL,sha256=HBsDV7Hj4OTiS1GX6ua7iQXUQTB9UHftbBxr7Q8Xm9c,110
50
+ locust-2.31.0.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
51
+ locust-2.31.0.dist-info/RECORD,,