MCPcopy Create free account
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / mock_server_url

Function mock_server_url

tests/conftest.py:349–351  ·  view source on GitHub ↗

Get the base URL for the mock server.

(mock_server)

Source from the content-addressed store, hash-verified

347
348@pytest.fixture
349def mock_server_url(mock_server):
350 """Get the base URL for the mock server."""
351 return mock_server.get_url()
352
353
354@pytest.fixture

Callers

nothing calls this directly

Calls 1

get_urlMethod · 0.80

Tested by

no test coverage detected