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