langchain-tests: 0.3.7#

Base Test classes for standard testing.

To learn how to use these classes, see the Integration standard testing guide.

integration_tests#

Classes

integration_tests.chat_models.ChatModelIntegrationTests()

Base class for chat model integration tests.

integration_tests.embeddings.EmbeddingsIntegrationTests()

Base class for embeddings integration tests.

integration_tests.retrievers.RetrieversIntegrationTests()

Base class for retrievers integration tests.

integration_tests.tools.ToolsIntegrationTests()

Base class for tools integration tests.

integration_tests.vectorstores.VectorStoreIntegrationTests()

Base class for vector store integration tests.

unit_tests#

Classes

unit_tests.chat_models.ChatModelUnitTests()

Base class for chat model unit tests.

unit_tests.embeddings.EmbeddingsUnitTests()

Base class for embeddings unit tests.

unit_tests.tools.ToolsUnitTests()

Base class for tools unit tests.