2018-01-13 22:33:03 +00:00
|
|
|
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
2021-01-12 19:09:44 +00:00
|
|
|
ExUnit.configure(formatters: [JUnitFormatter, ExUnit.CLIFormatter, ExUnitNotifier])
|
2018-01-13 22:33:03 +00:00
|
|
|
|
2017-12-08 08:58:14 +00:00
|
|
|
ExUnit.start()
|