From 6a16441d2020b8d522f5a94ed6b3bfb27ebf69fa Mon Sep 17 00:00:00 2001 From: tdadela Date: Tue, 10 Oct 2023 19:39:07 +0200 Subject: [PATCH] Add run_single_user to __all__ variable --- locust/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/locust/__init__.py b/locust/__init__.py index 13ce4fc73d..4cdf0ee0b3 100644 --- a/locust/__init__.py +++ b/locust/__init__.py @@ -42,6 +42,7 @@ "constant_throughput", "events", "LoadTestShape", + "run_single_user", ) # Used for raising a DeprecationWarning if old Locust/HttpLocust is used