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

Method test_method_log

tests/api_resources/test_app.py:84–90  ·  view source on GitHub ↗
(self, client: Opencode)

Source from the content-addressed store, hash-verified

82 @pytest.mark.skip(reason="Prism tests are disabled")
83 @parametrize
84 def test_method_log(self, client: Opencode) -> None:
85 app = client.app.log(
86 level="debug",
87 message="message",
88 service="service",
89 )
90 assert_matches_type(AppLogResponse, app, path=["response"])
91
92 @pytest.mark.skip(reason="Prism tests are disabled")
93 @parametrize

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
logMethod · 0.45

Tested by

no test coverage detected