Haskell Test

Open-source Haskell projects categorized as Test

Top 17 Haskell Test Projects

  1. hedgehog

    Release with confidence, state-of-the-art property testing for Haskell.

    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).

  2. 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.

    InfluxDB logo
  3. test-framework

    Framework for running and organising QuickCheck test properties and HUnit test cases

  4. quickcheck-regex

    Generate regex-constrained strings for QuickCheck

  5. test-framework-th

    Automagically (using Template Haskell) generates the Haskell-code you need when using HUnit

  6. hpc-codecov

    Generate reports from hpc data

  7. test-invariant

    Provide common invariants to be checked with QuickCheck

  8. test-framework-sandbox

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. test-monad-laws

    QuickCheck properties for monad classes

  11. test-framework-th-prime

    Template Haskell for test framework

  12. hpc-lcov

    Convert HPC coverage output to LCOV format

  13. test-framework-doctest

  14. test-framework-program

    A test-framework plugin that will run executables.

  15. test-fun

    Representation of higher-order functions for property testing

  16. quickcheck-relaxng

    Generate RelaxNG-constrained XML documents for QuickCheck

  17. hlint-test

  18. test-simple

    Simple Perl inspired testing in Haskell

  19. test-framework-skip

    A module for the test-framework system that allows one to mark a test to be skipped.

  20. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Haskell Test discussion

Log in or Post with

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

Sponsored
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.
www.influxdata.com

Did you know that Haskell is
the 25th most popular programming language
based on number of references?