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
With full-text search I found that hypothesis has a derandomize setting option: http://hypothesis.readthedocs.io/en/latest/search.html?q=derandomize&check_keywords=yes&area=default
hypothesis
derandomize
Can you please update your docs build so that it shows up here? At http://hypothesis.readthedocs.io/en/latest/settings.html
Also: would it be hard to check that the user passes a bool? Currently this doesn't generate an error, but it would be nice to users if it did, no?
>>> from hypothesis import settings >>> settings(derandomize='spam')
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
With full-text search I found that
hypothesishas aderandomizesetting option:http://hypothesis.readthedocs.io/en/latest/search.html?q=derandomize&check_keywords=yes&area=default
Can you please update your docs build so that it shows up here?
At http://hypothesis.readthedocs.io/en/latest/settings.html
Also: would it be hard to check that the user passes a bool? Currently this doesn't generate an error, but it would be nice to users if it did, no?
The text was updated successfully, but these errors were encountered: