DETERMINATOR / tests /unit /tools /test_websearch_removed.py
Joseph Pollack
Initial commit - Independent repository - Breaking fork relationship
4a653e3 unverified
raw
history blame contribute delete
197 Bytes
def test_websearch_module_deleted():
"""WebTool should no longer exist."""
import pytest
with pytest.raises(ImportError):
from src.tools.websearch import WebTool # noqa: F401