quickcheck-lockstep: Library for lockstep-style testing with 'quickcheck-dynamic'

[ bsd3, library, testing ] [ Propose Tags ] [ Report a vulnerability ]

Lockstep-style testing is a particular approach for blackbox testing of stateful APIs: we generate a random sequence of APIs calls, then execute them both against the system under test and against a model, and compare responses up to some notion of observability.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.6.0
Change log CHANGELOG.md
Dependencies base (>=4.14 && <4.22), constraints (>=0.13 && <0.15), containers (>=0.6 && <0.8), mtl (>=2.2 && <2.4), QuickCheck (>=2.14 && <2.16), quickcheck-dynamic (>=3.4.1 && <3.5) [details]
Tested with ghc ==8.10 || ==9.0 || ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12
License BSD-3-Clause
Author Edsko de Vries
Maintainer edsko@well-typed.com, joris@well-typed.com
Revised Revision 1 made by jdral at 2025-04-08T10:52:25Z
Category Testing
Source repo head: git clone https://github.com/well-typed/quickcheck-lockstep
Uploaded by jdral at 2024-12-03T16:12:22Z
Distributions
Downloads 741 total (2 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-12-03 [all 1 reports]

Readme for quickcheck-lockstep-0.6.0

[back to package description]

quickcheck-lockstep

Hackage Version Haskell CI

quickcheck-lockstep is a library for lockstep-style testing with quickcheck-dynamic

See https://well-typed.com/blog/2022/09/lockstep-with-quickcheck-dynamic/ for a tutorial.