locust 2.32.9.dev9__py3-none-any.whl → 2.32.9.dev10__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
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.32.9.dev9"
17
+ __version__ = "2.32.9.dev10"
18
18
  version = __version__
19
- __version_tuple__ = (2, 32, 9, "dev9")
19
+ __version_tuple__ = (2, 32, 9, "dev10")
20
20
  version_tuple = __version_tuple__
@@ -298,7 +298,7 @@ class FastHttpSession:
298
298
  """Sends a GET request"""
299
299
  return self.request("GET", url, **kwargs)
300
300
 
301
- def iter_lines(self, url: str, method: str = "GET", **kwargs):
301
+ def iter_lines(self, url: str, method: str = "GET", **kwargs) -> Generator[str]:
302
302
  """Sends a iter_lines request"""
303
303
  response = self.request(method, url, stream=True, **kwargs)
304
304
  response.raise_for_status()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.32.9.dev9
3
+ Version: 2.32.9.dev10
4
4
  Summary: Developer-friendly load testing framework
5
5
  Home-page: https://locust.io/
6
6
  License: MIT
@@ -1,10 +1,10 @@
1
1
  locust/__init__.py,sha256=aWeuBPUxONjwNm1xp4v8L4BO14SuYLjscIiwJVX1Ui4,1746
2
2
  locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
3
- locust/_version.py,sha256=w3JmrKS4J4R08bFGOS-QXfWlA6fPYYVzHTbWG2kLQXA,458
3
+ locust/_version.py,sha256=jZgXEhBzFRYR8eaksZHnOyRsyBaXxYgTqZBzdNUqbB0,460
4
4
  locust/argument_parser.py,sha256=7H95Bd9f9T3LisQDG6o_7XM1iG-ibpKpmhcPDHRW570,32475
5
5
  locust/clients.py,sha256=XK-xabq2_5GZKMEjebDobvEjeBTtCs8h2EelL7s68Qs,19346
6
6
  locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- locust/contrib/fasthttp.py,sha256=neYlLR-hdmqCN_htqK1IENuCQaOT4exYJ160FnfSSCs,29245
7
+ locust/contrib/fasthttp.py,sha256=DkRY7rfwkaUQMkiI1r6saFb0XVRnQ4lb4I3zQBsmHXY,29263
8
8
  locust/contrib/mongodb.py,sha256=1seUYgJOaNKwybYOP9PUEVhgl8hGy-G33f8lFj3R8W8,1246
9
9
  locust/contrib/postgres.py,sha256=OuMWnGYN10K65Tq2axVESEW25Y0g5gJb0rK90jkcCJg,1230
10
10
  locust/debug.py,sha256=7CCm8bIg44uGH2wqBlo1rXBzV2VzwPicLxLewz8r5CQ,5099
@@ -51,8 +51,8 @@ locust/webui/dist/auth.html,sha256=3oyTf_gQkVvdO2WHkjQm-x24iusdhgHo2-l50XvmF4g,6
51
51
  locust/webui/dist/index.html,sha256=1cDsi3fre0ZDOftd58U2KGHALAhfXYaXQFpHufvUzO8,654
52
52
  locust/webui/dist/report.html,sha256=j-a-asUn3fP0Mz7-XFWpjqwjIZSaYWJpn8a2nk5wB0s,1474613
53
53
  poetry.lock,sha256=jpNQ61wRdb0aYe9pOanLK9xtROAx-nx7DVB_xlGqHeQ,214415
54
- locust-2.32.9.dev9.dist-info/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
55
- locust-2.32.9.dev9.dist-info/METADATA,sha256=xXVvdCnRLb0-n4IB3TsovSv9IoOpnVDiybEkktcrkZM,9989
56
- locust-2.32.9.dev9.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
57
- locust-2.32.9.dev9.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
58
- locust-2.32.9.dev9.dist-info/RECORD,,
54
+ locust-2.32.9.dev10.dist-info/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
55
+ locust-2.32.9.dev10.dist-info/METADATA,sha256=GCvcaWQB-WgGrC3FDbrv6XxW66AQCXQC5xUQylqvqgw,9990
56
+ locust-2.32.9.dev10.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
57
+ locust-2.32.9.dev10.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
58
+ locust-2.32.9.dev10.dist-info/RECORD,,