from locust import HttpLocust from tasksets.core_notifications.tasksets.generated_taskset import GeneratedTaskSet as Core_Notifications_API_Tests class Core_Notifications_API_User(HttpLocust): task_set = Core_Notifications_API_Tests min_wait = 10 * 1000 max_wait = 50 * 1000