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