mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203)
This commit is contained in:
@@ -395,7 +395,7 @@ def test_json_mode_structured_output() -> None:
|
||||
|
||||
|
||||
def test_tool_calling_no_arguments() -> None:
|
||||
# Note: this is a variant of a test in langchain_standard_tests
|
||||
# Note: this is a variant of a test in langchain_tests
|
||||
# that as of 2024-08-19 fails with "Failed to call a function. Please
|
||||
# adjust your prompt." when `tool_choice="any"` is specified, but
|
||||
# passes when `tool_choice` is not specified.
|
||||
|
||||
@@ -5,7 +5,7 @@ from typing import Optional, Type
|
||||
import pytest
|
||||
from langchain_core.language_models import BaseChatModel
|
||||
from langchain_core.rate_limiters import InMemoryRateLimiter
|
||||
from langchain_standard_tests.integration_tests import (
|
||||
from langchain_tests.integration_tests import (
|
||||
ChatModelIntegrationTests,
|
||||
)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
from typing import Type
|
||||
|
||||
from langchain_core.language_models import BaseChatModel
|
||||
from langchain_standard_tests.unit_tests.chat_models import (
|
||||
from langchain_tests.unit_tests.chat_models import (
|
||||
ChatModelUnitTests,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user