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

Method test_method_status

tests/api_resources/test_file.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_status(self, client: Opencode) -> None:
57 file = client.file.status()
58 assert_matches_type(FileStatusResponse, file, 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
statusMethod · 0.45

Tested by

no test coverage detected