MCPcopy
hub / github.com/pytest-dev/pytest / test_excinfo_simple

Function test_excinfo_simple

testing/code/test_excinfo.py:46–51  ·  testing/code/test_excinfo.py::test_excinfo_simple
()

Source from the content-addressed store, hash-verified

44
45
46def test_excinfo_simple() -> None:
47 try:
48 raise ValueError
49 except ValueError:
50 info = _pytest._code.ExceptionInfo.from_current()
51 assert info.type == ValueError
52
53
54def test_excinfo_from_exc_info_simple() -> None:

Callers

nothing calls this directly

Calls 1

from_currentMethod · 0.80

Tested by

no test coverage detected