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

Function test_exception_matches

tests/test_exceptions.py:132–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130
131
132def test_exception_matches():
133 assert m.exception_matches()
134 assert m.exception_matches_base()
135 assert m.modulenotfound_exception_matches_base()
136
137
138def test_custom(msg):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected