smallcheck-lens: SmallCheck lens laws

[ bsd3, lenses, library, testing ] [ Propose Tags ]

smallcheck properties ported from lens-properties and tasty test trees to validate Lenses, Setters, Traversals, Isos and Prisms.

Most likely, you will only need the Test.Tasty.SmallCheck.Lens module, which includes test trees ready to be run.

Check the tests in this package for examples.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.3
Change log CHANGELOG.markdown
Dependencies base (>=4.6 && <4.9), lens, smallcheck (>=1.1), smallcheck-series (>=0.3), tasty, tasty-smallcheck, transformers [details]
License BSD-3-Clause
Author Danny Navarro
Maintainer j@dannynavarro.net
Category Testing, Lenses
Home page https://github.com/jdnavarro/smallcheck-lens
Bug tracker https://github.com/jdnavarro/smallcheck-lens/issues
Source repo head: git clone git://github.com/jdnavarro/smallcheck-lens.git
Uploaded by jdnavarro at 2015-05-27T11:22:57Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1457 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for smallcheck-lens-0.1

[back to package description]

Lens SmallCheck

Hackage Version Build Status

smallcheck properties ported from lens-properties and [tasty](https://hackage.haskell.org/package/tasty tasty) test trees to validate Lenses, Setters, Traversals, Isos and Prisms.

Most likely, you will only need the Test.Tasty.SmallCheck.Lens module, which includes test trees ready to be run.

Check the tests in this package for examples.