Page MenuHomePhorge

runtime_test.exs
No OneTemporary

Size
400 B
Referenced Files
None
Subscribers
None

runtime_test.exs

# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.RuntimeTest do
use ExUnit.Case, async: true
test "it loads custom runtime modules" do
assert {:module, Fixtures.Modules.RuntimeModule} ==
Code.ensure_compiled(Fixtures.Modules.RuntimeModule)
end
end

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 2, 2:18 AM (13 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
485188
Default Alt Text
runtime_test.exs (400 B)

Event Timeline