test_package

A Gleam project

Quick start

# Run the eunit tests
rebar3 eunit

# Run the Erlang REPL
rebar3 shell

Installation

If available in Hex this package can be installed by adding test_package to your rebar.config dependencies:

{deps, [
    test_package
]}.