fix: Add interactive=False to test_real_world_fastmcp tests

Fixes 5 additional failing tests in test_real_world_fastmcp.py with the
same stdin reading issue.

All tests now use interactive=False when creating GitHubThreeStreamFetcher
or calling UnifiedCodebaseAnalyzer.analyze() to prevent stdin prompts
during test execution.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
yusyus
2026-01-17 22:17:09 +03:00
parent 8c1622e189
commit eb91eea897

View File

@@ -93,6 +93,7 @@ class TestRealWorldFastMCP:
source="https://github.com/jlowin/fastmcp",
depth=depth_mode,
fetch_github_metadata=True,
interactive=False,
output_dir=output_dir,
)