MCPcopy Create free account
hub / github.com/grapeot/devin.cursorrules / setUp

Method setUp

tests/test_web_scraper.py:27–30  ·  view source on GitHub ↗

Set up test fixtures before each test method.

(self)

Source from the content-addressed store, hash-verified

25 cls.mock_client_session.get.return_value.__aenter__.return_value = cls.mock_response
26
27 def setUp(self):
28 """Set up test fixtures before each test method."""
29 self.urls = ["http://example1.com", "http://example2.com"]
30 self.mock_session = self.mock_client_session
31
32 def test_validate_url(self):
33 # Test valid URLs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected