DAL v0.3.0 DAL.Sandbox

Helper module for dealing with Repo Sanboxes in tests.

Link to this section Summary

Functions

Checkout all provided repos in :shared mode

Link to this section Functions

Link to this function

checkout_all_as_shared(repos)

Checkout all provided repos in :shared mode.

setup do
  :ok = DAL.Sandbox.checkout_all_as_shared([A, B, C])
end