MuCheck

Automated Mutation Testing

https://bitbucket.com/osu-testing/mucheck

Latest on Hackage:0.3.0.4@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

GPL-2.0-only licensed by Duc Lee, Rahul Gopinath
Maintained by [email protected]

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.