smallcheck
Property tester
A testing library that checks Haskell code properties exhaustively using automatic test case generation
Test your Haskell code by exhaustively checking its properties
134 stars
11 watching
16 forks
Language: Haskell
last commit: over 1 year ago property-based-testingproperty-testingsmallchecktesting
Related projects:
Repository | Description | Stars |
---|---|---|
nick8325/quickcheck | Automated testing of program properties in Haskell programs. | 726 |
thejohnfreeman/autocheck | A C++17 testing library for property-based testing using QuickCheck or SmallCheck. | 125 |
hedgehogqa/haskell-hedgehog | A testing framework that automatically generates and runs property tests to ensure software behaves correctly under various conditions. | 677 |
rudymatela/fitspec | Automates refinement of test properties for Haskell functions by testing mutant variations and providing suggestions for improvement. | 74 |
clojure/test.check | A testing tool that allows developers to write concise, powerful tests by defining properties of functions that should hold true for all inputs. | 1,122 |
typelift/swiftcheck | A testing library that generates random data to test program properties in Swift | 1,414 |
alfert/propcheck | A property-based testing framework for Elixir | 376 |
typelevel/scalacheck | A library used to verify properties of software through automated tests | 1,941 |
hspec/hspec | A testing framework for Haskell programming language | 751 |
quickchick/quickchick | A Coq plugin for property-based testing of software systems | 254 |
nicoabie/quickcheck | Randomized testing of program properties in Prolog | 22 |
fscheck/fscheck | Automatically tests .NET programs by generating random test cases based on predefined properties | 1,167 |
hedgehogqa/fsharp-hedgehog | A property-based testing framework for .NET | 272 |
norfairking/smos | A comprehensive tool for managing text-based user interfaces and testing software properties in Haskell. | 292 |
scalaprops/scalaprops | A property-based testing library for Scala that provides features like flexible parameter settings and deterministic testing. | 277 |