StrictCheck alternatives and similar packages
Based on the "Testing" category.
Alternatively, view StrictCheck alternatives based on common mentions on social networks and blogs.
-
curl-runnings
A declarative test framework for quickly and easily writing integration tests against JSON APIs. -
quickcheck-arbitrary-adt
Typeclass for generating a list of each instance of a sum type's constructors -
test-framework-th
Automagically (using Template Haskell) generates the Haskell-code you need when using HUnit -
tasty-ant-xml
A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of StrictCheck or a related project?
README
# StrictCheck: Keep Your Laziness In Check
StrictCheck is a property-based random testing framework for observing, specifying, and testing the strictness behaviors of Haskell functions. Strictness behavior is traditionally considered a non-functional property; StrictCheck allows it to be tested as if it were one, by reifying demands on data structures so they can be manipulated and examined within Haskell.
For details, see the library on Hackage: https://hackage.haskell.org/package/StrictCheck.