/mutation_testing

Mutation testing

Primary LanguageErlangBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Mutation testing

Code Mutation framework for Erlang programs. This aims of this framework is to scan erlang code and to generate the list of all possible mutations. The mutant code could, then, be injected in your test harness to judge of the quality of your tests. More information about mutation testing