Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

9 líneas
284B

  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)