honcho/tests
hyusap c187a029ea Refactor test configuration to conditionally set fake API keys and improve LLM call mocking
- Updated `conftest.py` to set fake API keys only if real ones are not available, enhancing test flexibility.
- Refactored the `mock_llm_calls` fixture to conditionally mock LLM calls based on the use of real APIs, improving test isolation and reliability.
- Ensured that when real APIs are used, the mocks return empty values to allow tests to run without interference.

These changes enhance the robustness of the testing framework and ensure better handling of API dependencies.
2025-06-09 11:43:33 -04:00
..
deriver Refactor test configuration to conditionally set fake API keys and improve LLM call mocking 2025-06-09 11:43:33 -04:00
routes Fix failing tests by resolving database connection and mocking issues 2025-06-06 16:16:59 -04:00
__init__.py [0.0.10] Release 2024-07-25 13:45:27 -04:00
conftest.py fix tests? 2025-06-09 10:24:02 -04:00
test_schema_validations.py Make JSON body optional for list endpoints and Rename Metamessage Type to Label (#108) 2025-05-14 16:19:30 -04:00