Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

test_helper.exs 284B

před 7 roky
12345678
  1. # Pleroma: A lightweight social networking server
  2. # Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
  3. # SPDX-License-Identifier: AGPL-3.0-only
  4. ExUnit.start()
  5. Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, :manual)
  6. {:ok, _} = Application.ensure_all_started(:ex_machina)