View Source API Reference gestalt v2.0.0
Modules
Provides a wrapper for Application.get_env/3
and System.get_env/1
, where configuration
can be overridden on a per-process basis. This allows asynchronous tests to change
configuration on the fly without altering global state for other tests.
Provides macros that execute Gestalt code only in the :test Mix environment. In other environments, Gestalt is compiled out and either Application or System is used.