mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 04:49:17 +00:00
standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203)
This commit is contained in:
@@ -5,7 +5,7 @@ from typing import Tuple
|
||||
import pytest
|
||||
from langchain_core.stores import InMemoryStore
|
||||
|
||||
from langchain_standard_tests.integration_tests.base_store import (
|
||||
from langchain_tests.integration_tests.base_store import (
|
||||
BaseStoreAsyncTests,
|
||||
BaseStoreSyncTests,
|
||||
)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
from langchain_core.caches import InMemoryCache
|
||||
|
||||
from langchain_standard_tests.integration_tests.cache import (
|
||||
from langchain_tests.integration_tests.cache import (
|
||||
AsyncCacheTestSuite,
|
||||
SyncCacheTestSuite,
|
||||
)
|
||||
|
@@ -4,7 +4,7 @@ from langchain_core.vectorstores import (
|
||||
VectorStore,
|
||||
)
|
||||
|
||||
from langchain_standard_tests.integration_tests.vectorstores import (
|
||||
from langchain_tests.integration_tests.vectorstores import (
|
||||
AsyncReadWriteTestSuite,
|
||||
ReadWriteTestSuite,
|
||||
)
|
||||
|
Reference in New Issue
Block a user