Top 17 Haskell Test Projects
-
Project mention: The sad state of property-based testing libraries | news.ycombinator.com | 2024-07-04
> - rose tree "integrated shrinking" (eg. Hedgehog) follows the constraints of the generators, but has issues with monadic bind.
We're at the limits of my amateur knowledge, but I believe this is a fundamental limitation of monadic bind/generators. Instead, you should prefer applicative generators for ideal shrinking. https://github.com/hedgehogqa/haskell-hedgehog/issues/473#is...
In other words, applicative generators do not use "results of generators to dispatch to another generator", but instead shrinking is optimal due to the "parallel" nature of applicatives (I'm using "parallel" in the monadic sense, and not the sense of article's "threading" sense).
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
test-framework-th
Automagically (using Template Haskell) generates the Haskell-code you need when using HUnit
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
test-framework-skip
A module for the test-framework system that allows one to mark a test to be skipped.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Haskell Test discussion
Index
What are some of the best open-source Test projects in Haskell? This list will help you:
# | Project | Stars |
---|---|---|
1 | hedgehog | 686 |
2 | test-framework | 25 |
3 | quickcheck-regex | 15 |
4 | test-framework-th | 13 |
5 | hpc-codecov | 10 |
6 | test-invariant | 9 |
7 | test-framework-sandbox | 8 |
8 | test-monad-laws | 7 |
9 | test-framework-th-prime | 6 |
10 | hpc-lcov | 6 |
11 | test-framework-doctest | 4 |
12 | test-framework-program | 3 |
13 | test-fun | 3 |
14 | quickcheck-relaxng | 2 |
15 | hlint-test | 2 |
16 | test-simple | 1 |
17 | test-framework-skip | 1 |