jackfirth / pyramda

Python package supporting heavy functional programming through currying. Translation of the Ramda library from javascript to python.
MIT License
126 stars 9 forks source link

Property tests #21

Open jackfirth opened 7 years ago

jackfirth commented 7 years ago

A lot of functions provided by pyramda have useful properties that are true for all their inputs (or certain subsets of their inputs). It would be nice to have property tests (like with Haskell's QuickCheck). The Hypothesis testing library should be perfect for this.