ex_unit_release v0.1.0 mix ex_unit_release.init

Generates sample ex_unit tests for releases.

mix ex_unit_release.init
* creating rel/test/test_helper.exs
* creating rel/test/my_app_test.exs

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args.

Link to this section Functions

Link to this function

app_test(app_module)

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.

Link to this function

test_helper_text()