Open Issues Need Help
View All on GitHubAI Summary: The task is to fix RuntimeWarnings in the TunaCode project's test suite. These warnings stem from unawaited coroutines in several test files (`test_input_handling.py`, `test_multiline_input.py`, `test_output_display_logic.py`). The solution involves replacing `Mock` objects with `AsyncMock` objects or ensuring proper awaiting of mocked asynchronous function calls within the tests.
Complexity:
3/5
good first issue testing
🐟 TunaCode AI CLI coding agent with safe git branches, rich tools & multi-LLM support.
Python
#agent#ai#anthropic#claude-code#cli#developer-tools#llm#openai