MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / client

Function client

backend/tests/conftest.py:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34@pytest.fixture
35def client() -> Generator[TestClient, None, None]:
36 with TestClient(app) as c:
37 yield c
38
39
40@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected