MCPcopy
hub / github.com/unclecode/crawl4ai / setUp

Method setUp

tests/test_web_crawler.py:8–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6class TestWebCrawler(unittest.TestCase):
7
8 def setUp(self):
9 self.crawler = WebCrawler()
10
11 def test_warmup(self):
12 self.crawler.warmup()

Callers

nothing calls this directly

Calls 1

WebCrawlerClass · 0.90

Tested by

no test coverage detected