()
| 419 | |
| 420 | |
| 421 | def test_pypy_oserror_normalization(): |
| 422 | # https://github.com/pybind/pybind11/issues/4075 |
| 423 | what = m.test_pypy_oserror_normalization() |
| 424 | assert "this_filename_must_not_exist" in what |
| 425 | |
| 426 | |
| 427 | def test_fn_cast_int_exception(): |
nothing calls this directly
no outgoing calls
no test coverage detected