MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_native_enum_missing_finalize_failure

Function test_native_enum_missing_finalize_failure

tests/test_native_enum.py:318–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316
317
318def test_native_enum_missing_finalize_failure():
319 if not isinstance(m.native_enum_missing_finalize_failure, str):
320 m.native_enum_missing_finalize_failure()
321 pytest.fail("Process termination expected.")
322
323
324def test_unregister_native_enum_when_destroyed():

Callers

nothing calls this directly

Calls 1

isinstanceFunction · 0.85

Tested by

no test coverage detected