Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(docstore): enhance
test_add_documents
with dynamic `docstore_c…
…lass` parameter - Introduce `docstore_class` parameter to `test_add_documents` function to increase test flexibility and facilitate testing with different document store implementations. - Replace direct call to `delete_collection` with `docstore.reset()` for cleanup, aligning with best practices for test isolation and teardown.
- Loading branch information