()
| 88 | |
| 89 | |
| 90 | def test_python_call_in_catch(): |
| 91 | d = {} |
| 92 | assert m.python_call_in_destructor(d) is True |
| 93 | assert d["good"] is True |
| 94 | |
| 95 | |
| 96 | def ignore_pytest_unraisable_warning(f): |
nothing calls this directly
no outgoing calls
no test coverage detected