@hackage MuCheck0.2.1.0
Automated Mutation Testing
Installation
Dependencies (11)
Dependents (6)
@hackage/MuCheck-HUnit, @hackage/acme-everything, @hackage/MuCheck-Hspec, @hackage/MuCheck-SmallCheck, @hackage/DMuCheck, @hackage/MuCheck-QuickCheck
This package defines a mutation analysis library for haskell programs. It does this by parsing the haskell source, and replacing a few of the common haskell functions and operators with other, but similar operators and functions, and running the testsuite to check whether the difference has been detected.