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

Method test_method_files

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

Source from the content-addressed store, hash-verified

24 @pytest.mark.skip(reason="Prism tests are disabled")
25 @parametrize
26 def test_method_files(self, client: Opencode) -> None:
27 find = client.find.files(
28 query="query",
29 )
30 assert_matches_type(FindFilesResponse, find, path=["response"])
31
32 @pytest.mark.skip(reason="Prism tests are disabled")
33 @parametrize

Callers

nothing calls this directly

Calls 2

assert_matches_typeFunction · 0.90
filesMethod · 0.45

Tested by

no test coverage detected