Skip to content

A rebar3 plugin to apply mutation testing to your codebase (WIP)

License

Notifications You must be signed in to change notification settings

AdRoll/rebar3_muerl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebar3_muerl

A rebar plugin to apply mutation testing to your codebase

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    {rebar3_muerl, {git, "https://host/user/rebar3_muerl.git", {tag, "0.1.0"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 rebar3_muerl
===> Fetching rebar3_muerl
===> Compiling rebar3_muerl
<Plugin Output>

About

A rebar3 plugin to apply mutation testing to your codebase (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages