Packages

Gumroad API client for Elixir applications

Current section

Files

Jump to
gumroad_elixir lib gumroad testing.ex
Raw

lib/gumroad/testing.ex

defmodule Gumroad.Testing do
@moduledoc """
Utilities to aid in writing tests that mock Gumroad instead
of calling its live API.
See `Gumroad.Client` for more info about the `Mock`
client.
"""
end