mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-17 16:39:52 +00:00
format
This commit is contained in:
parent
005897a165
commit
53bd808aa5
@ -2687,6 +2687,7 @@ class ChatModelIntegrationTests(ChatModelTests):
|
|||||||
) -> None:
|
) -> None:
|
||||||
if not self.enable_vcr_tests:
|
if not self.enable_vcr_tests:
|
||||||
pytest.skip("VCR not set up.")
|
pytest.skip("VCR not set up.")
|
||||||
|
|
||||||
def _run() -> None:
|
def _run() -> None:
|
||||||
cassette_name = f"{self.__class__.__name__}_test_stream_time.yaml"
|
cassette_name = f"{self.__class__.__name__}_test_stream_time.yaml"
|
||||||
with vcr.use_cassette(cassette_name, record_mode="once"):
|
with vcr.use_cassette(cassette_name, record_mode="once"):
|
||||||
|
Loading…
Reference in New Issue
Block a user