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

Method test_method_text

tests/api_resources/test_find.py:94–98  ·  view source on GitHub ↗
(self, client: Opencode)

Source from the content-addressed store, hash-verified

92 @pytest.mark.skip(reason="Prism tests are disabled")
93 @parametrize
94 def test_method_text(self, client: Opencode) -> None:
95 find = client.find.text(
96 pattern="pattern",
97 )
98 assert_matches_type(FindTextResponse, find, path=["response"])
99
100 @pytest.mark.skip(reason="Prism tests are disabled")
101 @parametrize

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
textMethod · 0.45

Tested by

no test coverage detected