aprs.me/test/support/fixtures
Graham McIntire e8d48f8058
speed up slow tests: remove Process.sleep, add batch fixture helper
- Replace Process.sleep(N) with explicit synchronization:
  render(view) to force LV mailbox drain, PubSub assert_receive for
  leader election, and render_hook sync guarantees
- Add batch_packet_fixtures/2 using Repo.insert_all for bulk test
  fixtures (200 inserts -> 1 round trip)
- Remove sleeps from historical_loading_test — tests query DB
  directly, don't need LV async processing
2026-06-02 15:02:07 -05:00
..
accounts_fixtures.ex add callsign to users 2025-07-10 16:07:05 -05:00
packets_fixtures.ex speed up slow tests: remove Process.sleep, add batch fixture helper 2026-06-02 15:02:07 -05:00