Packages

With FakeServer you can create individual HTTP servers for each test case, allowing external requests to be tested without the need for mocks.

Current section

Files

Jump to
fake_server lib fake_server.ex
Raw

lib/fake_server.ex

defmodule FakeServer do
@moduledoc ""
end