fitspec

Property tester

Automates refinement of test properties for Haskell functions by testing mutant variations and providing suggestions for improvement.

refine properties for testing Haskell programs

GitHub

74 stars
12 watching
0 forks
Language: Haskell
last commit: over 2 years ago
Linked from 2 awesome lists

enumerative-testingleancheckmutation-testingproperty-based-testingproperty-refinementproperty-testing

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
bodigrim/smallcheckA testing library that checks Haskell code properties exhaustively using automatic test case generation134
nick8325/quickcheckAutomated testing of program properties in Haskell programs.728
mbj/mutantAutomated code review tool with mutation testing to simplify and improve code quality1,956
hspec/hspecA testing framework for Haskell programming language755
thejohnfreeman/autocheckA C++17 testing library for property-based testing using QuickCheck or SmallCheck.125
alfert/propcheckA property-based testing framework for Elixir377
nicoabie/quickcheckRandomized testing of program properties in Prolog22
hspec/hunitA unit testing framework for Haskell126
hedgehogqa/haskell-hedgehogA testing framework that automatically generates and runs property tests to ensure software behaves correctly under various conditions.676
typelift/swiftcheckA testing library that generates random data to test program properties in Swift1,415
fscheck/fscheckAutomatically tests .NET programs by generating random test cases based on predefined properties1,169
unkindpartition/tastyA modern testing framework for Haskell643
boxed/mutmutA mutation testing system for Python that helps identify weaknesses in software code by introducing small changes and running tests to see which ones fail.937
lexi-lambda/higher-rankA Haskell implementation of type checking and evaluation for higher-rank polymorphism101
revsys/django-test-plusReduces boilerplate code in Django tests to make them more efficient and maintainable615