MuCheck: Automated Mutation Testing
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. Currently, it supports QuickCheck, HUnit and Hspec tests.
Modules
- MuCheck
- MuCheck.Interpreter
- MuCheck.MuOp
- MuCheck.Mutation
- MuCheck.Operators
- MuCheck.StdArgs
- Utils
- MuCheck.Utils.Common
- MuCheck.Utils.Print
- MuCheck.Utils.Syb
Downloads
- MuCheck-0.1.2.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.3.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.0.4 |
---|---|
Change log | changes.md |
Dependencies | base (>=4 && <5), filepath, haskell-src-exts (>=1.13 && <1.18), hint (>=0.3.1.0), hspec (>=2.0), hspec-core (>=2.0), HUnit (>=1.0), mtl (>=2.1.2), QuickCheck (>=2.6), random, syb (>=0.4.0), time (>=1.4.0.1) [details] |
License | GPL-2.0-only |
Author | Duc Lee <ledu@onid.oregonstate.edu> Rahul Gopinath <rahul@gopinath.org> |
Maintainer | rahul@gopinath.org |
Revised | Revision 1 made by Bodigrim at 2023-06-08T22:17:50Z |
Category | Testing |
Home page | https://bitbucket.com/osu-testing/mucheck |
Source repo | head: git clone https://bitbucket.org/osu-testing/mucheck.git this: git clone https://bitbucket.org/osu-testing/mucheck.git(tag 0.1.2.1) |
Uploaded | by RahulGopinath at 2014-12-27T20:12:48Z |
Distributions | |
Reverse Dependencies | 5 direct, 0 indirect [details] |
Executables | mucheck |
Downloads | 8299 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-12 [all 8 reports] |