honcho/tests/deriver
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
..
__init__.py unit test the deriver 2025-06-06 13:48:10 -04:00
conftest.py Refactor test configuration to conditionally set fake API keys and improve LLM call mocking 2025-06-09 11:43:33 -04:00
test_background_integration.py Update documentation and improve code consistency across various modules 2025-06-06 18:16:50 -04:00
test_config.py Refactor test configuration to conditionally set fake API keys and improve LLM call mocking 2025-06-09 11:43:33 -04:00
test_consumer.py Enhance deriver tests with improved mocking and environment configuration 2025-06-06 15:28:50 -04:00
test_embeddings_working.py Refactor test configuration to conditionally set fake API keys and improve LLM call mocking 2025-06-09 11:43:33 -04:00
test_performance.py Update documentation and improve code consistency across various modules 2025-06-06 18:16:50 -04:00
test_queue_manager.py Update documentation and improve code consistency across various modules 2025-06-06 18:16:50 -04:00
test_tom_embeddings.py unit test the deriver 2025-06-06 13:48:10 -04:00
test_tom_modules.py fix tests? 2025-06-09 10:24:02 -04:00
test_tom_simple.py Refactor test configuration to conditionally set fake API keys and improve LLM call mocking 2025-06-09 11:43:33 -04:00
test_tom_working.py Refactor test configuration to conditionally set fake API keys and improve LLM call mocking 2025-06-09 11:43:33 -04:00