Re: [Numpy-discussion] Using hypothesis in testing

2019-09-11 Thread Tyler Reddy
I think the pros outweigh the cons -- I'll comment briefly on the PR. On Mon, 9 Sep 2019 at 02:41, Matti Picus wrote: > We have discussed using the hypothesis package to generate test cases at a > few meetings informally. At the EuroSciPy sprint, kitchoi took up the > challenge and issued a pull

[Numpy-discussion] Using hypothesis in testing

2019-09-09 Thread Matti Picus
We have discussed using the hypothesis package to generate test cases at a few meetings informally. At the EuroSciPy sprint, kitchoi took up the challenge and issued a pull request https://github.com/numpy/numpy/pull/14440 that actually goes ahead and does it. Whi