package mutaml

  1. Overview
  2. Docs
A mutation tester for OCaml

Install

Authors

Maintainers

Sources

0.1.tar.gz
md5=c1f93a13b88ca927b5d35dbcc4a230f3
sha512=f663c82dd83c9644e46ec16a1cd940513d6c0cde03b56cf3b993880e48544d3dc1546ddf5197851049fa5babeb96e9e6b9fff6ec4d6585f5709928e934eb87e5

Description

Mutaml is a mutation testing tool for OCaml. It uses a ppxlib-based preprocessor to make a series of small breaking changes to a program's source code and then runs the program's testsuite for each of them to catch uncaught misbehaviour.

Tags

test mutation testing

Published: 17 Jul 2023

Dependencies (8)

  1. conf-diffutils
  2. conf-which
  3. conf-timeout
  4. stdlib-random
  5. ppx_yojson_conv >= "v0.14.0"
  6. ppxlib >= "0.26.0" & < "0.28.0"
  7. dune >= "3.0.0"
  8. ocaml >= "4.12.0"

Dev Dependencies (1)

  1. ounit2 with-test

Used by

None

Conflicts

None