MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / test_method_log

Method test_method_log

tests/api_resources/test_app.py:253–259  ·  view source on GitHub ↗
(self, async_client: AsyncOpencode)

Source from the content-addressed store, hash-verified

251 @pytest.mark.skip(reason="Prism tests are disabled")
252 @parametrize
253 async def test_method_log(self, async_client: AsyncOpencode) -> None:
254 app = await async_client.app.log(
255 level="debug",
256 message="message",
257 service="service",
258 )
259 assert_matches_type(AppLogResponse, app, path=["response"])
260
261 @pytest.mark.skip(reason="Prism tests are disabled")
262 @parametrize

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
logMethod · 0.45

Tested by

no test coverage detected