Add conftest.py with shared fixtures, new test_qdrant_service.py covering
all QdrantService methods, and expand curator/proxy/integration/utils tests
to cover debug_log, forward_to_ollama, curator.run(), load_system_prompt,
and health check edge cases.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- make_curator() now patches app.curator.load_curator_prompt directly instead
of env var, since PROMPTS_DIR is a module-level constant set at import time
- _append_rule_to_file tests patch app.curator.PROMPTS_DIR via patch.object
- test_list_content: document that passing a list raises TypeError (expected)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>