new
Test
Root of test

calls

concepts

lib/test.ex
defmodule Test do @moduledoc "Root of test" end

defmodule Test do
  @moduledoc "Root of test"
end


test/test_test.exs
defmodule Test do @moduledoc "Root of test" end

defmodule Test do
  @moduledoc "Root of test"
end