MCPcopy Create free account
hub / github.com/numpy/numpy / test_dlpack_destructor_exception

Method test_dlpack_destructor_exception

numpy/core/tests/test_dlpack.py:105–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected