@hackage DMuCheck0.3.0.2
Distributed Mutation Analysis framework for MuCheck
Categories
License
GPL-2.0-only
Maintainer
rahul@gopinath.org
Links
Versions
Installation
Dependencies (0)
- MuCheck ==0.3.0.0
- MuCheck-HUnit ==0.3.0.0
- MuCheck-Hspec ==0.3.0.0
- MuCheck-QuickCheck ==0.3.0.0
- MuCheck-SmallCheck ==0.3.0.0
- base >=4 && <5 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
quickcheck
(off by default)
Enable QuickCheck support
smallcheck
(off by default)
Enable SmallCheck support
hunit
(off by default)
Enable HUnit support
hspec
(off by default)
Enable Hspec support
This package is a wrapper over the mutation analysis library MuCheck. It provides a basic process based parallelization of mutant execution, and also a client and server based distributed mode of mutant execution. Currently it supports QuickCheck, SmallCheck, HUnit and HSpec