(self, client: Opencode)
| 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 |
nothing calls this directly
no test coverage detected