1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-23 22:26:49 +00:00
akkoma/test/test_helper.exs

5 lines
125 B
Elixir
Raw Normal View History

2017-03-17 17:09:58 +01:00
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
2017-04-13 15:49:24 +02:00
{:ok, _} = Application.ensure_all_started(:ex_machina)