mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-22 16:48:40 +00:00
226df0d0ef
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
6 lines
193 B
Elixir
6 lines
193 B
Elixir
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
|
ExUnit.configure formatters: [ExUnit.CLIFormatter, ExUnitNotifier]
|
|
|
|
ExUnit.start()
|
|
|
|
Ecto.Adapters.SQL.Sandbox.mode(Eventos.Repo, :manual)
|