From cd416e88963aefb83a5dfc1b6cfd50411364542f Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 5 Nov 2023 17:07:48 +0100 Subject: [PATCH] feat: more test ideas --- locust_file.py | 7 +++++++ 1 file changed, 7 insertions(+) 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