Add vcr test
This commit is contained in:
parent
5bfd6db984
commit
1bc2b5f05a
2 changed files with 123 additions and 0 deletions
|
|
@ -1143,6 +1143,7 @@ async def test_summarize_document_not_found(allow_model_requests, temp_db_path):
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
|
@pytest.mark.vcr()
|
||||||
async def test_count_documents(temp_db_path):
|
async def test_count_documents(temp_db_path):
|
||||||
"""Test count_documents method."""
|
"""Test count_documents method."""
|
||||||
async with HaikuRAG(temp_db_path, create=True) as client:
|
async with HaikuRAG(temp_db_path, create=True) as client:
|
||||||
|
|
|
||||||
122
tests/cassettes/test_chat_agent/test_count_documents.yaml
Normal file
122
tests/cassettes/test_chat_agent/test_count_documents.yaml
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue