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