MCPcopy
hub / github.com/Textualize/rich / test_log_caller_frame_info

Function test_log_caller_frame_info

tests/test_log.py:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46
47def test_log_caller_frame_info():
48 for i in range(2):
49 assert Console._caller_frame_info(i) == Console._caller_frame_info(
50 i, lambda: None
51 )
52
53
54def test_justify():

Callers

nothing calls this directly

Calls 1

_caller_frame_infoMethod · 0.80

Tested by

no test coverage detected