We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this section of the docs: https://docs.locust.io/en/stable/writing-a-locustfile.html#manually-controlling-if-a-request-should-be-considered-successful-or-a-failure client is referenced not as an attribute. Everywhere else it's self.client. Is this a typo?
client
self.client
Code examples should reference self.client
Some code examples reference just client
Current edition of docs (0.9.0)
N/A
The text was updated successfully, but these errors were encountered:
Yes, we should probably be consistent.
Sorry, something went wrong.
No branches or pull requests
Description of issue / feature request
In this section of the docs: https://docs.locust.io/en/stable/writing-a-locustfile.html#manually-controlling-if-a-request-should-be-considered-successful-or-a-failure
client
is referenced not as an attribute. Everywhere else it'sself.client
. Is this a typo?Expected behavior
Code examples should reference
self.client
Actual behavior
Some code examples reference just
client
Environment settings (for bug reports)
Current edition of docs (0.9.0)
Steps to reproduce (for bug reports)
N/A
The text was updated successfully, but these errors were encountered: