DeepCritical / tests /unit /tools /test_websearch_removed.py
VibecoderMcSwaggins's picture
feat: Complete Phase 9 Source Cleanup (Remove WebTool) (#14)
cd004e1
raw
history blame
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