rudymatela / leancheck

enumerative property-based testing for Haskell
https://hackage.haskell.org/package/leancheck
Other
52 stars 8 forks source link

Restructure library to be more consistent with existing solution #1

Closed Taneb closed 8 years ago

Taneb commented 8 years ago

QuickCheck[1] and smallcheck[2] both have their APIs under Test.XXXXCheck, so as to not confuse the namespace and get in each other's way.

I have shuffled the library to make LeanCheck consistent with this convention.

[1] https://github.com/nick8325/quickcheck [2] https://github.com/feuerbach/smallcheck

rudymatela commented 8 years ago

Merged! Sorry for taking so long to get back on this.

cabal test works out of the box.

I had to make minor changes to the Makefile in 589865aca25acf597331e6d0211adf76e429eddd so that make test runs fine.

Later I will update FitSpec to reflect the changes on LeanCheck --- I'll also release a new version of LeanCheck on Hackage.