JordiPolo / mutation

Mutant testing for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mutation

Mutation tool for Elixir

Installation

Add mutation to your list of dependencies in mix.exs:

def deps do
  [{:mutation, "~> 0.1.0"}]
end

Usage

You will get a new mix task, just execute it and enjoy:

mix mutation

About

Mutant testing for Elixir

License:Other


Languages

Language:Elixir 100.0%