Skip to content

A plugin to run Elixir ExUnit tests from rebar3 build tool

License

Notifications You must be signed in to change notification settings

processone/rebar3_exunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A rebar3 plugin to enable the execution of Elixir ExUnit test.

Usage

Add rebar3_exunit in your plugin list, in your rebar.config file:

{plugins, [rebar3_hex, {rebar3_exunit, {git, "[email protected]:processone/rebar3_exunit.git"}}

Note: you cannot use the hex.pm package name, as rebar3_exunit download Elixir as a dependency and Elixir is not a packaged dependency on hex.pm.

Download plugin and run your Elixit ExUnit tests in the test directory with the rebar command:

rebar3 exunit

About

A plugin to run Elixir ExUnit tests from rebar3 build tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages