Dispatcharr/apps/m3u/tests
None a29704af55 fix(channels): account for group_override in the auto-sync range-conflict check
The range-conflict warning classified each channel in the configured range as either this config's own auto-sync output or a real conflict, comparing each occupant against the source group. When a group sets a group_override, auto-sync creates its channels in the override target group, so the config's own channels failed that comparison and were misclassified as a conflict.

- Add effectiveSyncGroupId to resolve the group the sync's channels actually land in (the group_override target when set, otherwise the source group).
- Compare occupants against that effective target, so the config's own output is recognized while genuine conflicts (manual channels, channels from another account, channels in a different group, user-pinned numbers) still warn.
- Add Vitest coverage for the helper, the override case, and an over-suppression guard, plus a backend test asserting the numbers-in-range endpoint reports the override target group.
2026-06-19 23:40:10 -05:00
..
__init__.py fix(m3u): fix Celery worker memory leak during M3U/XC refresh 2026-03-05 13:47:20 -06:00
test_account_destroy.py Enhancement: Initial fmp4 support and major ts_proxy refactor 2026-05-08 17:46:47 -05:00
test_connection_pool.py refactor(m3u, channels, proxy): enhance stream assignment logic and error handling 2026-06-09 17:59:12 -05:00
test_expiration_notifications.py tests: Add backend test for expiration feature. 2026-03-15 16:42:11 -05:00
test_extinf_parsing.py fix: M3U EXTINF parsing for attributes ending in double equals 2026-03-06 08:10:30 -05:00
test_memory_cleanup.py perf(m3u): Enhance memory management and performance during XC stream processing 2026-06-16 14:24:26 -05:00
test_refresh_db_recovery.py fix(m3u): enhance custom properties handling and DB connection management 2026-06-18 14:59:09 -05:00
test_sync_compound.py rename Channel.user_hidden to Channel.hidden_from_output 2026-05-01 19:44:16 -05:00
test_sync_correctness.py fix(channels): account for group_override in the auto-sync range-conflict check 2026-06-19 23:40:10 -05:00
test_xc_live_url.py fix(xc): normalize server URLs for live playback and stream URLs (Fixes #1363) 2026-06-18 10:12:12 -05:00