locust 2.41.7.dev16__py3-none-any.whl → 2.42.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
@@ -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.41.7.dev16'
32
- __version_tuple__ = version_tuple = (2, 41, 7, 'dev16')
31
+ __version__ = version = '2.42.0'
32
+ __version_tuple__ = version_tuple = (2, 42, 0)
33
33
 
34
34
  __commit_id__ = commit_id = None
locust/contrib/dns.py CHANGED
@@ -44,7 +44,7 @@ class DNSClient:
44
44
 
45
45
  class DNSUser(User):
46
46
  """
47
- DNSUser provides a locust client class for dnspython's dns.query methods.
47
+ DNSUser provides a locust client class for dnspython's :py:mod:`dns.query` methods.
48
48
  See example in :gh:`examples/dns_ex.py`.
49
49
  """
50
50
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: locust
3
- Version: 2.41.7.dev16
3
+ Version: 2.42.0
4
4
  Summary: Developer-friendly load testing framework
5
5
  Project-URL: homepage, https://locust.io/
6
6
  Project-URL: repository, https://github.com/locustio/locust
@@ -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=9fEKRtIU-7J3RJMrUVrpEjf9qKPOqjgipB1ODdkHhT4,721
3
+ locust/_version.py,sha256=3xoccVmO4IZYR_9MJmIdA9mbz0qIHFMpXRV_VUlSYYg,706
4
4
  locust/argument_parser.py,sha256=E0HM9jOlKCzPM9S_E_UKSwgiF_CL0aIli5eCcOG8Xac,33547
5
5
  locust/clients.py,sha256=OfMTOT3LwijczdL3u6bpDwDNM2TDcPCIwXBelizPOyw,20776
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=qyoSKT0i7RunLDj5pMGqizK1Sp8bcqUsXwh2m4_DpR8,47203
19
19
  locust/web.py,sha256=pLYuocmx9gifJ4vsVDgGDYIPkQhQxI7kKjxoXcUajqM,31865
20
20
  locust/contrib/__init__.py,sha256=LtZN7MczpIAbZkN7PT2h8W2wgb9nBl6cDXbFCVsV4fo,290
21
- locust/contrib/dns.py,sha256=hzVnEnfwyLh4dZyF69zMFwgV4rLk9dg2GLXl9srSd-k,2044
21
+ locust/contrib/dns.py,sha256=FyEFB69zkRtfoY_NkM_jRhLYg_QMckmAn1xLa9gYJso,2054
22
22
  locust/contrib/fasthttp.py,sha256=MpvGh8TSnV7SW4TrO559UgXfDB312g7o14ewRumvvSI,31149
23
23
  locust/contrib/milvus.py,sha256=ebOIVo6-rO3hnAMPKzMyof5MQd7kxOZFMkBNZYOluYk,13015
24
24
  locust/contrib/mongodb.py,sha256=1seUYgJOaNKwybYOP9PUEVhgl8hGy-G33f8lFj3R8W8,1246
@@ -58,8 +58,8 @@ locust/webui/dist/assets/terminal.gif,sha256=iw80LO2u0dnf4wpGfFJZauBeKTcSpw9iUfI
58
58
  locust/webui/dist/assets/testruns-dark.png,sha256=G4p2VZSBuuqF4neqUaPSshIp5OKQJ_Bvb69Luj6XuVs,125231
59
59
  locust/webui/dist/assets/testruns-light.png,sha256=JinGDiiBPOkhpfF-XCbmQqhRInqItrjrBTLKt5MlqVI,130301
60
60
  pytest_locust/plugin.py,sha256=3jr_5H_1SHCJTdQdgnTDJ-09r5jXzNKxJPkocfE9HF4,1669
61
- locust-2.41.7.dev16.dist-info/METADATA,sha256=3YJv-CZ4W5k6u8gpJ-f1RTfA3yrhY_34zwfQWO5-2DE,9852
62
- locust-2.41.7.dev16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
63
- locust-2.41.7.dev16.dist-info/entry_points.txt,sha256=0uIHcQ71R1qaWhM_sd8uBUCCJgp7gJfGHUVMnJeZfcY,86
64
- locust-2.41.7.dev16.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
65
- locust-2.41.7.dev16.dist-info/RECORD,,
61
+ locust-2.42.0.dist-info/METADATA,sha256=eXw7FDNVSCS0c81d5fIpSnFtY7F4ii83XZRrXjiknQc,9846
62
+ locust-2.42.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
63
+ locust-2.42.0.dist-info/entry_points.txt,sha256=0uIHcQ71R1qaWhM_sd8uBUCCJgp7gJfGHUVMnJeZfcY,86
64
+ locust-2.42.0.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
65
+ locust-2.42.0.dist-info/RECORD,,