https://github.com/adroll/rebar3_muerl
A rebar3 plugin to apply mutation testing to your codebase (WIP)
https://github.com/adroll/rebar3_muerl
Last synced: about 1 year ago
JSON representation
A rebar3 plugin to apply mutation testing to your codebase (WIP)
- Host: GitHub
- URL: https://github.com/adroll/rebar3_muerl
- Owner: AdRoll
- License: mit
- Created: 2024-08-14T09:27:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T09:29:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T09:32:58.915Z (over 1 year ago)
- Language: Erlang
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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