feat: more test ideas

This commit is contained in:
kolaente 2023-11-05 17:07:48 +01:00
parent d9befc076e
commit cd416e8896
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 7 additions and 0 deletions

View File

@ -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