MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / client

Function client

tests/forms/app/conftest.py:24–25  ·  view source on GitHub ↗
(app: FastAPI)

Source from the content-addressed store, hash-verified

22
23@pytest.fixture
24def client(app: FastAPI) -> TestClient:
25 return TestClient(app)
26
27
28@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected