diff options
Diffstat (limited to 'test/test_helper.exs')
-rw-r--r-- | test/test_helper.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_helper.exs b/test/test_helper.exs index ddce27015..b7b476bdc 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -20,6 +20,10 @@ ExUnit.after_suite(fn _results -> end) defmodule Pleroma.Test.StaticConfig do + @moduledoc """ + This module provides a Config that is completely static, built at startup time from the environment. It's safe to use in testing as it will not modify any state. + """ + @behaviour Pleroma.Config.Getting @config Application.get_all_env(:pleroma) |