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

Testing mode for hypothesis explain phase #116

Open
asmeurer opened this issue Mar 15, 2021 · 0 comments
Open

Testing mode for hypothesis explain phase #116

asmeurer opened this issue Mar 15, 2021 · 0 comments
Labels

Comments

@asmeurer
Copy link
Member

Hypothesis has a new feature that guess what line of code caused a failure https://hypothesis.readthedocs.io/en/latest/settings.html#phases

We should add some option to enable it in the tests. Currently it is disabled by default. But even if you enable it with --hypothesis-explain, it doesn't work, because coverage has to be disabled. We should also disable the explicit examples, because they prevent it from working (which maybe should be considered a hypothesis bug).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant