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
note
https://hypothesis.readthedocs.io/en/latest/details.html#hypothesis.note states
Report this value in the final execution.
From my test, note wasn't printed on successful run and was printed on falsified run.
Please help me understand this functionality
The text was updated successfully, but these errors were encountered:
This is working as intended, the docs could read "for the minimal failing example" instead.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://hypothesis.readthedocs.io/en/latest/details.html#hypothesis.note states
Report this value in the final execution.From my test,
notewasn't printed on successful run and was printed on falsified run.Please help me understand this functionality
The text was updated successfully, but these errors were encountered: