We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae1465 commit d5a72b6Copy full SHA for d5a72b6
tests/llm_providers/test_langchain_initializer.py
@@ -196,9 +196,6 @@ def test_text_completion_supports_chat_mode(mock_initializers):
196
mock_initializers["text"].assert_called_once()
197
198
199
-# Tests for error masking prevention (issue where later None returns mask earlier exceptions)
200
-
201
202
def test_exception_not_masked_by_none_return(mock_initializers):
203
"""Test that an exception from an initializer is preserved when later ones return None.
204
0 commit comments