Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/processone/rebar3_exunit
A plugin to run Elixir ExUnit tests from rebar3 build tool
https://github.com/processone/rebar3_exunit
Last synced: about 1 month ago
JSON representation
A plugin to run Elixir ExUnit tests from rebar3 build tool
- Host: GitHub
- URL: https://github.com/processone/rebar3_exunit
- Owner: processone
- License: apache-2.0
- Created: 2015-09-21T17:11:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T14:20:08.000Z (about 9 years ago)
- Last Synced: 2024-08-02T02:11:27.238Z (4 months ago)
- Language: Erlang
- Size: 133 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Erlang - A plugin to run Elixir ExUnit tests from rebar3 build tool. (Build Tools)
- fucking-awesome-elixir - rebar3_exunit - A plugin to run Elixir ExUnit tests from rebar3 build tool. (Build Tools)
- beamtoolbox - [erl
- awesome-elixir - rebar3_exunit - A plugin to run Elixir ExUnit tests from rebar3 build tool. (Build Tools)
README
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