Popularity
3.0
Declining
Activity
0.0
Stable
2
9
0
Monthly Downloads: 0
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.
-
Rebar3
Erlang build tool that makes it easy to compile and test Erlang applications and releases. -
reaxt
Use React template into your Elixir application for server rendering -
rebar3_auto
Rebar3 plugin to auto compile and reload on file change. -
rebar3_eqc
A rebar3 plugin to enable the execution of Erlang QuickCheck properties -
ExMake
A modern, scriptable, dependency-based build tool loosely based on Make principles. -
rebar3_diameter_compiler
Compile Diameter .dia files on Erlang Rebar3 projects -
rebar3_neotoma_plugin
Rebar3 neotoma (Parser Expression Grammar) compiler -
rebar3_protobuffs
rebar3 protobuffs provider using protobuffs from Basho -
rebar3_asn1_compiler
Plugin for compiling ASN.1 modules with Rebar3. -
dismake
a "compiler" (as in `Mix.compilers`) for Elixir that just runs make -
rebar3_idl_compiler
This is a plugin for compiling Erlang IDL files using Rebar3.
Bot detection and prevention for Elixir/Phoenix applications
Paraxial.io is bot detection and prevention for Elixir/Phoenix applications. Dealing with scrapers, card cracking, or credential stuffing? We take care of that.
Promo
paraxial.io
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