(self, client: Opencode)
| 54 | @pytest.mark.skip(reason="Prism tests are disabled") |
| 55 | @parametrize |
| 56 | def test_method_init(self, client: Opencode) -> None: |
| 57 | app = client.app.init() |
| 58 | assert_matches_type(AppInitResponse, app, path=["response"]) |
| 59 | |
| 60 | @pytest.mark.skip(reason="Prism tests are disabled") |
| 61 | @parametrize |
nothing calls this directly
no test coverage detected