()
| 82 | strict=not env.PYPY, # PR 5569 |
| 83 | ) |
| 84 | def test_cross_module_exception_translator(): |
| 85 | with pytest.raises(KeyError): |
| 86 | # translator registered in cross_module_tests |
| 87 | m.throw_should_be_translated_to_key_error() |
| 88 | |
| 89 | |
| 90 | def test_python_call_in_catch(): |
nothing calls this directly
no outgoing calls
no test coverage detected