Skip to content
New issue

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

derandomize setting option not documented #890

Closed
cdeil opened this issue Sep 25, 2017 · 0 comments · Fixed by #959
Closed

derandomize setting option not documented #890

cdeil opened this issue Sep 25, 2017 · 0 comments · Fixed by #959
Labels
docs documentation could *always* be better

Comments

@cdeil
Copy link

cdeil commented Sep 25, 2017

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

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')
@Zac-HD Zac-HD added the docs documentation could *always* be better label Sep 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs documentation could *always* be better
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants