View Source Antikythera.Test.GearConfigHelper (antikythera v0.5.1)

Helper functions to set gear configs from within gears' test code.

Summary

Functions

Link to this function

set_config(gear_name \\ Mix.Project.config()[:app], kv)

View Source
@spec set_config(
  Antikythera.GearName.t(),
  %{required(String.t()) => any()}
) :: :ok