farmbot_os/test/test_helper.exs
connor rigby 94525fae04 Misc test fixes.
* Temp disable set_user_env test.
* add test support for waiting for the firmware handler to be up
2017-12-04 10:00:33 -08:00

13 lines
412 B
Elixir

# if we exclude any tags in the init args don't bother running the preflight_checks.
unless '--exclude' in :init.get_plain_arguments() do
FarmbotTestSupport.preflight_checks()
end
Farmbot.Logger.Console.set_verbosity_level(0)
Ecto.Adapters.SQL.Sandbox.mode(Farmbot.Repo.A, :manual)
Ecto.Adapters.SQL.Sandbox.mode(Farmbot.Repo.B, :manual)
FarmbotTestSupport.wait_for_firmware()
# Start ExUnit.
ExUnit.start()