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

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