diff --git a/locust_file.py b/locust_file.py index 303846e..1399d75 100644 --- a/locust_file.py +++ b/locust_file.py @@ -57,6 +57,13 @@ class VikunjaTaskSet(TaskSequence): headers=self.headers) +# More Test ideas: +# * Create tasks with reminders within the next minute -> async processing +# * Create tasks with overdue due dates +# * Deeply nested projects -> db structure +# * Add a lot of webhooks and make them fire + + class VikunjaLocust(HttpLocust): task_set = VikunjaTaskSet min_wait = 100