add comment

This commit is contained in:
Lars Holmberg 2024-10-20 20:53:04 +02:00
parent e9709b1756
commit b918971893
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ class BadUser(FastHttpUser):
self.client.request("POST", "/checkout/confirm", json={"foo": "bar"})
# This User will behave identically to BadUser long as things go well,
# but give earlier and more detailed information if things go wrong:
class GoodUser(FastHttpUser):
@task
def t(self):