pleroma/test/test_helper.exs

9 lines
284 B
Elixir
Raw Normal View History

2018-12-23 12:11:29 -08:00
# Pleroma: A lightweight social networking server
# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
2017-03-17 09:09:58 -07:00
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
2017-04-13 06:49:24 -07:00
{:ok, _} = Application.ensure_all_started(:ex_machina)