Page MenuHomePhorge

runtime_test.exs
No OneTemporary

Size
353 B
Referenced Files
None
Subscribers
None

runtime_test.exs

# Pleroma: A lightweight social networking server
# Copyright © 2017-2020 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, RuntimeModule} == Code.ensure_compiled(RuntimeModule)
end
end

File Metadata

Mime Type
text/plain
Expires
Wed, Sep 3, 8:43 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
305885
Default Alt Text
runtime_test.exs (353 B)

Event Timeline