symbiont_ex/config
Claude Opus 4.6 cd3a136bee config: guard runtime env overrides from clobbering test config
SYMBIONT_PORT=8111 is set in the live service shell, causing runtime.exs
to override test.exs's port: 0 even under MIX_ENV=test. Wrap all env-based
overrides in a config_env() != :test guard so tests can run against the
live host without port collision.

40 tests, 0 failures.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 06:07:08 +00:00
..
config.exs feat: initial Telepathy Elixir port — GenServer + JMAP fetch loop 2026-05-19 06:11:13 +00:00
dev.exs Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +00:00
prod.exs Initial Elixir implementation of Symbiont - all 39 tests passing 2026-03-20 17:55:34 +00:00
runtime.exs config: guard runtime env overrides from clobbering test config 2026-05-20 06:07:08 +00:00
test.exs feat: initial Telepathy Elixir port — GenServer + JMAP fetch loop 2026-05-19 06:11:13 +00:00