Files
alfred/tests/test_agent_critical.py
2025-12-07 03:27:45 +01:00

7 lines
337 B
Python

# Tests removed - too fragile with requests.post mocking
# The critical functionality is tested in test_agent.py with simpler mocks
# Key tests that were here:
# - Tools passed to LLM on every call (now in test_agent.py)
# - Tool results sent back to LLM (covered in test_agent.py)
# - Max iterations handling (covered in test_agent.py)