()
| 316 | |
| 317 | |
| 318 | def 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 | |
| 324 | def test_unregister_native_enum_when_destroyed(): |
nothing calls this directly
no test coverage detected