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 7e5ad2f commit 7341bcbCopy full SHA for 7341bcb
tests/test_extension.py
@@ -234,7 +234,7 @@ def test_load_function_from_string_invalid_function(self):
234
"""Test loading non-existent functions from valid modules."""
235
extension = MCPExtensionApp()
236
237
- with pytest.raises(AttributeError, match="Function.*not found"):
+ with pytest.raises(AttributeError, match=r"Function.*not found"):
238
extension._load_function_from_string("os:nonexistent_function")
239
240
def test_load_function_with_nested_module(self):
0 commit comments