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

Method test_method_modes

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

Source from the content-addressed store, hash-verified

133 @pytest.mark.skip(reason="Prism tests are disabled")
134 @parametrize
135 def test_method_modes(self, client: Opencode) -> None:
136 app = client.app.modes()
137 assert_matches_type(AppModesResponse, app, path=["response"])
138
139 @pytest.mark.skip(reason="Prism tests are disabled")
140 @parametrize

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
modesMethod · 0.45

Tested by

no test coverage detected