cabal-detailed-quickcheck: QuickCheck for Cabal tests

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Turn QuickCheck properties into detailed Cabal tests


[Skip to Readme]

Properties

Versions 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, 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:11:46Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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