MCPcopy Create free account
hub / github.com/pytest-dev/pytest / test_excinfo_simple

Function test_excinfo_simple

testing/code/test_excinfo.py:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def test_excinfo_simple() -> None:
40 try:
41 raise ValueError
42 except ValueError:
43 info = _pytest._code.ExceptionInfo.from_current()
44 assert info.type == ValueError
45
46
47def test_excinfo_from_exc_info_simple() -> None:

Callers

nothing calls this directly

Calls 1

from_currentMethod · 0.80

Tested by

no test coverage detected