You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
ExUnit.start() |
|
|
|
# Only set up the database sandbox if the Repo was started |
|
# This allows unit tests to run without a database connection |
|
if Application.get_env(:gc_index_relay, :start_repo, true) do |
|
Ecto.Adapters.SQL.Sandbox.mode(GcIndexRelay.Repo, :manual) |
|
end
|
|
|