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