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