mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 23:41:46 +00:00
standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203)
This commit is contained in:
@@ -4,7 +4,7 @@ from typing import Type
|
||||
|
||||
import pytest
|
||||
from langchain_core.language_models import BaseChatModel
|
||||
from langchain_standard_tests.integration_tests import ChatModelIntegrationTests
|
||||
from langchain_tests.integration_tests import ChatModelIntegrationTests
|
||||
|
||||
from langchain_community.chat_models.litellm import ChatLiteLLM
|
||||
|
||||
|
@@ -4,7 +4,7 @@ from typing import Type, cast
|
||||
|
||||
import pytest
|
||||
from langchain_core.language_models import BaseChatModel
|
||||
from langchain_standard_tests.integration_tests import ChatModelIntegrationTests
|
||||
from langchain_tests.integration_tests import ChatModelIntegrationTests
|
||||
from pydantic import SecretStr
|
||||
|
||||
from langchain_community.chat_models.moonshot import MoonshotChat
|
||||
|
@@ -2,7 +2,7 @@ from typing import Generator, Tuple
|
||||
|
||||
import pytest
|
||||
from langchain_core.documents import Document
|
||||
from langchain_standard_tests.integration_tests.base_store import BaseStoreSyncTests
|
||||
from langchain_tests.integration_tests.base_store import BaseStoreSyncTests
|
||||
|
||||
from langchain_community.storage.mongodb import MongoDBByteStore, MongoDBStore
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
import uuid
|
||||
|
||||
import pytest
|
||||
from langchain_standard_tests.integration_tests.vectorstores import (
|
||||
from langchain_tests.integration_tests.vectorstores import (
|
||||
AsyncReadWriteTestSuite,
|
||||
ReadWriteTestSuite,
|
||||
)
|
||||
|
Reference in New Issue
Block a user