Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Oct 20, 2024
1 parent e9709b1 commit b918971
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/response_validations.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def t(self):
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):
Expand Down

0 comments on commit b918971

Please sign in to comment.