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

Method test_method_init

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

Source from the content-addressed store, hash-verified

54 @pytest.mark.skip(reason="Prism tests are disabled")
55 @parametrize
56 def test_method_init(self, client: Opencode) -> None:
57 app = client.app.init()
58 assert_matches_type(AppInitResponse, app, path=["response"])
59
60 @pytest.mark.skip(reason="Prism tests are disabled")
61 @parametrize

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
initMethod · 0.45

Tested by

no test coverage detected