(self)
| 103 | raise RuntimeError |
| 104 | |
| 105 | def test_dlpack_destructor_exception(self): |
| 106 | with pytest.raises(RuntimeError): |
| 107 | self.dlpack_deleter_exception() |
| 108 | |
| 109 | def test_readonly(self): |
| 110 | x = np.arange(5) |
nothing calls this directly
no test coverage detected