@hackage / DMuCheck

Distributed Mutation Analysis framework for MuCheck

Latest0.3.0.2

About

Metadata

  • Last updated , by RahulGopinath
  • License GPL-2.0-only
  • Categories Testing
  • Maintained by: rahul@gopinath.org

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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