Dhanji R. Prasanna
56f558dc1b
Fix compiler warnings in test files
Eliminate unused variable and import warnings across test files:
- streaming_parser_test.rs: prefix unused `tools` with underscore
- webdriver_session.rs: remove unused `use super::*` import
- mock_provider_integration_test.rs: prefix unused `result` and `task_result`
- test_preflight_max_tokens.rs: prefix unused `proposed_max`
- todo_staleness_test.rs: add #[allow(dead_code)] for test helper methods
- json_parsing_stress_test.rs: prefix unused `tools`
- read_file_token_limit_test.rs: add #[allow(dead_code)] for unused helper
- background_process_demo_test.rs: remove unused PathBuf import
- test_session_continuation.rs: prefix unused `temp_dir` in 7 tests
All tests pass. No behavior changes.
Agent: fowler
2026-01-29 11:15:10 +11:00
..
2026-01-29 11:14:28 +11:00
2026-01-21 06:54:31 +05:30
2026-01-29 10:11:42 +11:00
2026-01-29 11:15:10 +11:00
2025-12-22 16:27:35 +11:00
2026-01-29 11:07:41 +11:00
2026-01-29 10:20:56 +11:00
2026-01-27 13:09:56 +11:00