Updated tests and additional tests for folder expansion during conversation tracking

This commit is contained in:
Fahad
2025-06-15 16:03:43 +04:00
parent d36a85a3f3
commit 07a078b4f2
12 changed files with 317 additions and 26 deletions

View File

@@ -292,7 +292,7 @@ class TestFileContentPreparation:
tool._current_model_name = "auto"
# Call the method
tool._prepare_file_content_for_prompt(["/test/file.py"], None, "test")
content, processed_files = tool._prepare_file_content_for_prompt(["/test/file.py"], None, "test")
# Check that it logged the correct message
debug_calls = [call for call in mock_logger.debug.call_args_list if "Auto mode detected" in str(call)]