prop/test/microwaveprop_web/live/contact_live
Graham McIntire 9db2cd20f5
fix: resolve 7 pre-existing test failures and ScoreCache DateTime bug
- CacheTest: fix sweep timing race by using negative TTL (-1)
  instead of positive TTL (1) for already-expired entries
- ScoreCache: replace ETS match-spec DateTime comparisons with
  :ets.foldl + DateTime.compare — DateTime structs are maps in
  Elixir >= 1.15 and ETS can't compare maps with :< / :> guards
- Accounts: drop unsupported returning: true on delete_all,
  return [] for expired tokens list
- Backtest: catch ArgumentError from String.to_existing_atom
  for unknown feature names, preserving the helpful Mix.Error
- ContactLive IndexTest: invalidate monthly_bars cache before
  assertion so test data is visible
- RoverLocationsLive MapTest: invalidate cached points before
  assertion
- StatusLiveTest: add DB cleanup in setup to reduce test
  interference; parameterize NARR candidate coordinates
2026-06-10 13:50:24 -05:00
..
index_test.exs fix: resolve 7 pre-existing test failures and ScoreCache DateTime bug 2026-06-10 13:50:24 -05:00
mechanism_test.exs test: push line coverage from 71.7% → 78.67% 2026-04-23 18:43:18 -05:00
show_coverage_test.exs Fix all medium findings and split contact_live_test.exs 2026-05-29 15:53:04 -05:00
show_hydration_test.exs Fix all medium findings and split contact_live_test.exs 2026-05-29 15:53:04 -05:00
show_test.exs Fix all medium findings and split contact_live_test.exs 2026-05-29 15:53:04 -05:00