Popularity
2.6
Stable
Activity
0.0
Stable
2
8
1
Monthly Downloads: 16
Programming language: Erlang
License: Apache License 2.0
Tags:
Build Tools
Latest version: v0.1.1
rebar3_exunit alternatives and similar packages
Based on the "Build Tools" category.
Alternatively, view rebar3_exunit alternatives based on common mentions on social networks and blogs.
-
ExMake
DISCONTINUED. A modern, scriptable, dependency-based build tool loosely based on Make principles.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of rebar3_exunit or a related project?
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