ex_unit_jumpstart

WORK IN PROGRESS - Do Not Use

This module generates ExUnit style unit test skeletons for an Elixir Project.

Installation

Add ex_unit_jumpstart to the list of dependencies in mix.exs:

def deps do
  [
    {:ex_unit_jumpstart, "~> 0.0.3"},
  ]
end

Configure the app

Follow the Phoenix config process for deployment and releases.

Initialize ex_unit_jumpstart and generate files

ex_unit_jumpstart generate output files from templates.

Generate output files:

# Create ExUnit test template files
mix ex_unit_jumpstart.generate

I am Tim Chambers on on the Elixir Slack, tjchambers on Github. Happy to chat or help with your projects.

Copyright

Copyright (c) 2023 Timothy Chambers