hspec-multicheck alternatives and similar packages
Based on the "hspec" category.
Alternatively, view hspec-multicheck alternatives based on common mentions on social networks and blogs.
-
hspec-checkers
Allows to use checkers properties from hspec -
hspec-expectations-json
Hspec expectations on JSON Values -
hspec-golden-aeson
Use tests to monitor changes in Aeson serialization -
hspec-attoparsec
utility functions for testing attoparsec parsers with hspec -
hspec-megaparsec
Utility functions for testing Megaparsec parsers with Hspec -
hspec-test-framework
Run test-framework tests with Hspec -
hspec-hedgehog
Hedgehog support for the Hspec testing framework -
hspec-expectations-match
An hspec expectation that asserts a value matches a pattern -
hspec-expectations-pretty-diff
Catchy combinators for HUnit +++ colored pretty-printed diffs -
hspec-leancheck
LeanCheck support for the Hspec test framework. -
hspec-need-env
Read environment variables for hspec tests
Access the most powerful time series database as a service
Do you think we are missing an alternative of hspec-multicheck or a related project?
README
hspec-multicheck 
A testing framework for Haskell using Hspec. Basically the framework is identical to Hspec. However, this framework is designed to execute all test cases using both, QuickCheck and Smallcheck. Thus, instances for Arbitrary and Series might be required for variables used in test cases.
If you want to test all your properties using QuickCheck and smallcheck you may use this library to reduce code duplication.
Have a look at ListSpec.hs if you would like to see an example (e.g. for quickly getting started).
For further information you may have a look at the pages of Hspec, QuickCheck and smallcheck.