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

Function test_pypy_oserror_normalization

tests/test_exceptions.py:421–424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419
420
421def 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
427def test_fn_cast_int_exception():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected