ex_trainer/config/test.exs
Joao P Dubas fb38910137
All checks were successful
continuous-integration/drone/pr Build is passing
test(growth): add test for happy download paths
2024-10-07 19:27:27 +00:00

22 lines
547 B
Elixir

import Config
config :wabanex, Growth.Indicators.Download,
who_req_options: [plug: {Req.Test, Growth.Indicators.Download.WHO}]
config :wabanex, Wabanex.Repo,
database: "wabanex_test#{System.get_env("MIX_TEST_PARTITION")}",
pool: Ecto.Adapters.SQL.Sandbox
config :wabanex, WabanexWeb.Endpoint,
http: [port: 4002],
server: false
config :logger, level: :warning
config :junit_formatter,
report_file: "test_report.xml",
report_dir: "report/test",
automatic_create_dir?: true,
include_filename?: true,
include_file_line?: true