cabal-detailed-quickcheck: QuickCheck for Cabal tests

[ library, mit, testing ] [ Propose Tags ]

Turn QuickCheck properties into detailed Cabal tests


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.1.4, 0.1.1.5, 0.1.1.6, 0.1.1.7, 0.1.2.0, 0.1.2.1, 0.1.3.0, 0.1.3.1, 0.1.3.2, 0.2.0.0, 0.2.0.1
Change log CHANGELOG.md
Dependencies base (>=4 && <5), Cabal (>=3.6 && <3.9), QuickCheck (>=2.14.2 && <2.15) [details]
License MIT
Copyright Ⓒ Anselm Schüler 2022
Author Anselm Schüler
Maintainer mail@anselmschueler.com
Category Testing
Home page https://github.com/schuelermine/cabal-detailed-quickcheck
Bug tracker https://github.com/schuelermine/cabal-detailed-quickcheck/issues
Source repo head: git clone https://github.com/schuelermine/cabal-detailed-quickcheck.git -b b0
this: git clone https://github.com/schuelermine/cabal-detailed-quickcheck.git(tag 0.2.0.1)
Uploaded by anselmschueler at 2022-10-29T16:12:36Z
Distributions
Downloads 650 total (52 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-10-29 [all 1 reports]

Readme for cabal-detailed-quickcheck-0.2.0.1

[back to package description]

Turn QuickCheck properties into tests for Cabal

This is a library for using QuickCheck properties in Cabal’s detailed-0.9 test interface (docs).

You can construct a PropertyTest for your property and call getPropertyTest on it. For more details, see the Haddock documentation on Hackage.

This project is developed on GitHub: https://github.com/schuelermine/cabal-detailed-quickcheck