Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 374 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 374 Bytes

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