You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of randomly generating numbers using random or the rng from numpy, it would be nice to use the hypothesis package. This package plays nice w/pytest's own parametric features, and it's lightweight. It could make sense to add as a dev dependency; will save some boilerplate. https://github.com/HypothesisWorks/hypothesis
The text was updated successfully, but these errors were encountered:
I’m totally up for integration with hypothesis here! If you want to take the lead on this and prepare some PRs, I’ll gladly accept! BTW, you’re the best!
Instead of randomly generating numbers using random or the rng from numpy, it would be nice to use the hypothesis package. This package plays nice w/pytest's own parametric features, and it's lightweight. It could make sense to add as a dev dependency; will save some boilerplate. https://github.com/HypothesisWorks/hypothesis
The text was updated successfully, but these errors were encountered: