Spaces:
Running
Running
File size: 197 Bytes
cd004e1 |
1 2 3 4 5 6 7 |
def test_websearch_module_deleted():
"""WebTool should no longer exist."""
import pytest
with pytest.raises(ImportError):
from src.tools.websearch import WebTool # noqa: F401
|