View Source Repatch.ExUnit (Repatch v1.6.0)

An ExUnit-friendly helper to be used in testing. Just add

use Repatch.ExUnit

Somewhere after the use ExUnit.Case line and this helper will setup cleaning of Repatch state and application env isolation if it is enabled.

Options