tasty-laws: Test common laws

[ bsd3, library, testing ] [ Propose Tags ]

Preassembled tasty TestTrees for property testing Monoid, Functor, Applicative and Monad laws.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2, 0.3, 0.3.1 (info)
Change log CHANGELOG.md
Dependencies base (>=4.6 && <4.9), smallcheck (>=1.1.1), smallcheck-laws (>=0.3), smallcheck-series (>=0.3), tagged (>=0.7.2), tasty (>=0.10), tasty-smallcheck (>=0.8.0.1), transformers (>=0.3.0.0) [details]
License BSD-3-Clause
Author Danny Navarro
Maintainer j@dannynavarro.net
Category Testing
Home page https://github.com/jdnavarro/tasty-laws
Bug tracker https://github.com/jdnavarro/tasty-laws/issues
Source repo head: git clone git://github.com/jdnavarro/tasty-laws.git
Uploaded by jdnavarro at 2015-09-07T13:10:16Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1528 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-07 [all 1 reports]

Readme for tasty-laws-0.3.1

[back to package description]

Tasty Laws

Hackage Version Build Status

Preassembled tasty TestTrees for property testing the following laws:

  • Monoids
  • Functors
  • Applicatives
  • Monads

It uses smallcheck-laws under the hood. If you don't find any runners that suite you, you can use this package as a reference to implement your own smallcheck-laws test runners.

Contact

Contributions and bug reports are welcome!

Please feel free to contact jdnavarro on the #haskell IRC channel on irc.freenode.net.