-
Notifications
You must be signed in to change notification settings - Fork 49
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
Hypothesis #1378
Comments
@Akuli had this to say:
|
I don't really need to know more about why hypothesis helps in general. I know the arguments for it, and I don't feel like I need to read the same things about it one more time. To convince me, you instead need to provide concrete examples about how Porcupine benefits from it. For example, let's say you make a pull request where a test would be simpler/better written with hypothesis than without. Just use hypothesis. I will complain in the review if I think there is a better way to write the test. The same goes for all other tricks: just use the tool that is best for the job, and if I don't agree, I will point out in the review. I think this issue can be closed, because there's nothing actionable to be done here, unless you want to use hypothesis to find bugs from some existing functionality? |
You answered this question, so this can probably be closed, yes.
I do want to do this, but probably not in the immediate term |
In my projects, there's nothing wrong with adding something questionable into a pull request, even if it's a new dependency :) |
Thanks for the clarification :) |
Originally posted by @benjamin-kirkbride in #1328 (comment)
I would like to use Hypothesis as part of the test suite. @Akuli originally said he was not a fan of this idea. I am hoping that he is open to having his mind changed on the topic :)
The specific request here is similar to when I asked about #1332, are you open to the idea such that a PR would be looked at and considered?
My strategy and rationale for Hypothesis is:
The text was updated successfully, but these errors were encountered: