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-13 18:44:59 +05:30
2026-01-26 16:19:53 +11:00
2026-01-20 21:57:12 +05:30
2025-12-25 18:23:10 +11:00
2026-01-20 09:50:55 +05:30
2026-01-29 11:07:41 +11:00
2025-11-27 21:00:02 +11:00
2026-01-12 18:20:08 +05:30
2026-01-12 18:20:08 +05:30
2026-01-29 11:07:41 +11:00
2026-01-16 09:16:16 +05:30
2026-01-12 18:20:08 +05:30
2026-01-28 10:01:44 +11:00
2026-01-28 13:58:14 +11:00
2026-01-29 10:11:42 +11:00
2026-01-20 22:49:55 +05:30
2026-01-11 06:49:45 +08:00
2026-01-12 18:20:08 +05:30
2026-01-27 11:32:45 +11:00
2026-01-20 16:17:38 +05:30
2026-01-21 07:13:20 +05:30
2026-01-14 08:12:50 +05:30
2025-11-27 21:00:02 +11:00
2025-10-10 09:35:03 +11:00
2026-01-09 14:57:24 +11:00
2025-11-27 21:00:02 +11:00
2026-01-21 14:08:42 +05:30
2026-01-21 14:08:42 +05:30
2026-01-21 21:27:16 +05:30
2026-01-13 14:52:52 +05:30
2026-01-29 11:15:10 +11:00