Home / Class/ TestAsyncDocumentIndexerTestSuite Class — langchain Architecture

TestAsyncDocumentIndexerTestSuite Class — langchain Architecture

Architecture documentation for the TestAsyncDocumentIndexerTestSuite class in test_in_memory_indexer.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  777971e0_bb90_6409_2c4b_5ccb38c5ac4b["TestAsyncDocumentIndexerTestSuite"]
  091c1ddc_0019_3806_d313_14532add9618["AsyncDocumentIndexTestSuite"]
  777971e0_bb90_6409_2c4b_5ccb38c5ac4b -->|extends| 091c1ddc_0019_3806_d313_14532add9618
  390bcc77_16e2_f05c_9a58_c412fadbb507["test_in_memory_indexer.py"]
  777971e0_bb90_6409_2c4b_5ccb38c5ac4b -->|defined in| 390bcc77_16e2_f05c_9a58_c412fadbb507
  fc1e6f4f_0a24_f3a8_8d3d_16c304fbdfa0["index()"]
  777971e0_bb90_6409_2c4b_5ccb38c5ac4b -->|method| fc1e6f4f_0a24_f3a8_8d3d_16c304fbdfa0

Relationship Graph

Source Code

libs/core/tests/unit_tests/indexing/test_in_memory_indexer.py lines 23–28

class TestAsyncDocumentIndexerTestSuite(AsyncDocumentIndexTestSuite):
    # Something funky is going on with mypy and async pytest fixture
    @pytest.fixture
    @override
    async def index(self) -> InMemoryDocumentIndex:
        return InMemoryDocumentIndex()

Frequently Asked Questions

What is the TestAsyncDocumentIndexerTestSuite class?
TestAsyncDocumentIndexerTestSuite is a class in the langchain codebase, defined in libs/core/tests/unit_tests/indexing/test_in_memory_indexer.py.
Where is TestAsyncDocumentIndexerTestSuite defined?
TestAsyncDocumentIndexerTestSuite is defined in libs/core/tests/unit_tests/indexing/test_in_memory_indexer.py at line 23.
What does TestAsyncDocumentIndexerTestSuite extend?
TestAsyncDocumentIndexerTestSuite extends AsyncDocumentIndexTestSuite.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free