leancheck VS quickcheck-state-machine

Compare leancheck vs quickcheck-state-machine and see what are their differences.

quickcheck-state-machine

Test monadic programs using state machine based models (by advancedtelematic)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
leancheck quickcheck-state-machine
5 0
51 196
- -
8.6 1.0
about 2 months ago almost 3 years ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

leancheck

Posts with mentions or reviews of leancheck. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • Help with stack ghci and LeanCheck
    2 projects | /r/haskell | 11 Dec 2023
    Hey, I am an IT student, and was given the task to install Leancheck. I managed to do that by following the instructions on: https://github.com/rudymatela/leancheck/blob/master/README.md Now it works if I do "ghci" and then "import Test.LeanCheck".
  • [ANN] LeanCheck v1.0.0 – Enumerative Property Testing
    5 projects | /r/haskell | 22 Aug 2022
    ... and there's also the Extrapolate library that extends LeanCheck with counter-example generalization:
    5 projects | /r/haskell | 22 Aug 2022
    A new version of LeanCheck is out (v1.0.0). LeanCheck is a property testing library (like QuickCheck) that tests values enumeratively.
    5 projects | /r/haskell | 22 Aug 2022
    Installing. You can find LeanCheck on Hackage or GitHub. It is also tracked on Stackage. You can install it with:
    5 projects | /r/haskell | 22 Aug 2022
    You can take a look at the following section of LeanCheck's FAQ:

quickcheck-state-machine

Posts with mentions or reviews of quickcheck-state-machine. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning quickcheck-state-machine yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing leancheck and quickcheck-state-machine you can also consider the following projects:

smallcheck - Test your Haskell code by exhaustively checking its properties

hedgehog - Release with confidence, state-of-the-art property testing for Haskell.

QuickCheck - Automatic testing of Haskell programs.

speculate - Speculate laws about Haskell functions

benchpress - Micro-benchmarking of Haskell code with detailed execution time statistics.

genvalidity - Validity and validity-based testing

smartcheck - A Smarter QuickCheck

monad-mock - A Haskell package that provides a monad transformer for mocking mtl-style typeclasses

quickcheck-arbitrary-template - Arbitrary QuickCheck instance generation using template haskell

tasty-hedgehog - Tasty integration for the Hedgehog property testing library

quicktest