summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
blob: 94ba68ff8ef2745aa9eadd8754ac089baa4fdf01 (plain)
1
2
3
4
ExUnit.start()

Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
{:ok, _} = Application.ensure_all_started(:ex_machina)