- 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_background_integration.py | ||
| test_config.py | ||
| test_consumer.py | ||
| test_embeddings_working.py | ||
| test_performance.py | ||
| test_queue_manager.py | ||
| test_tom_embeddings.py | ||
| test_tom_modules.py | ||
| test_tom_simple.py | ||
| test_tom_working.py | ||