Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

5 lines
125B

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