free-claude-code/tests/messaging
Ali Khokhar fae8a2a044
Remove over-engineering: drop tree_queue setter, _set_connected(), fi… (#63)
…x cancel_all() TOCTOU

- Remove tree_queue property setter (backward-compat hack; all callers
already migrated to replace_tree_queue()); keep property getter only
- Update 2 remaining tests that still used direct assignment to use
replace_tree_queue()
- Remove _set_connected() 1-line wrapper on DiscordPlatform; assign
_connected directly
- Fix cancel_all() TOCTOU: hold self._lock for the full loop so newly
created trees cannot slip through between the snapshot and cancellation

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-01 12:34:00 -08:00
..
test_discord_markdown.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_discord_platform.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_event_parser.py Phase 7: Directory restructuring (messaging/ and tests/) 2026-02-17 02:25:42 +00:00
test_extract_text.py moved text.py to common utils for providers 2026-02-19 20:32:45 -08:00
test_handler.py Remove over-engineering: drop tree_queue setter, _set_connected(), fi… (#63) 2026-03-01 12:34:00 -08:00
test_handler_context_isolation.py Removed deprecated modules and updated imports 2026-02-19 20:38:11 -08:00
test_handler_format.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_handler_integration.py Removed deprecated modules and updated imports 2026-02-19 20:38:11 -08:00
test_handler_markdown_and_status_edges.py Fixed encapsulation violations 2026-03-01 04:28:22 -08:00
test_limiter.py new linter rules and fixes 2026-02-18 04:13:41 -08:00
test_messaging.py Fixed encapsulation violations 2026-03-01 04:28:22 -08:00
test_messaging_factory.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_reliability.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_restart_reply_restore.py Fixed encapsulation violations 2026-03-01 04:28:22 -08:00
test_robust_formatting.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_session_store_edge_cases.py Removed dead code 2026-03-01 04:21:06 -08:00
test_telegram.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_telegram_edge_cases.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_transcript.py Backup/before cleanup 20260222 230402 (#58) 2026-02-27 19:50:21 -08:00
test_transcription.py feat: Use NVIDIA NIM ASR for audio transcription (#53) 2026-02-28 08:48:59 -08:00
test_tree_concurrency.py Fixed encapsulation violations 2026-03-01 04:28:22 -08:00
test_tree_processor.py Major refactor done with minimax m2.5 2026-02-28 04:36:29 -08:00
test_tree_queue.py Fixed encapsulation violations 2026-03-01 04:28:22 -08:00
test_tree_repository.py Removed deprecated modules and updated imports 2026-02-19 20:38:11 -08:00
test_voice_handlers.py new linter rules and fixes 2026-02-18 04:13:41 -08:00