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

Method test_warmup

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

Source from the content-addressed store, hash-verified

9 self.crawler = WebCrawler()
10
11 def test_warmup(self):
12 self.crawler.warmup()
13 self.assertTrue(self.crawler.ready, "WebCrawler failed to warm up")
14
15 def test_run_default_strategies(self):
16 result = self.crawler.run(

Callers

nothing calls this directly

Calls 1

warmupMethod · 0.45

Tested by

no test coverage detected