Add vcr test

This commit is contained in:
Yiorgis Gozadinos 2026-01-27 17:28:50 +02:00
parent 5bfd6db984
commit 1bc2b5f05a
No known key found for this signature in database
2 changed files with 123 additions and 0 deletions

View file

@ -1143,6 +1143,7 @@ async def test_summarize_document_not_found(allow_model_requests, temp_db_path):
@pytest.mark.asyncio
@pytest.mark.vcr()
async def test_count_documents(temp_db_path):
"""Test count_documents method."""
async with HaikuRAG(temp_db_path, create=True) as client:

File diff suppressed because one or more lines are too long