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

Class rep

testing/test_terminal.py:2572–2578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2570 self.option = Namespace(verbose=0)
2571
2572 class rep:
2573 def _get_verbose_word_with_markup(self, *args):
2574 return mocked_verbose_word, {}
2575
2576 class longrepr:
2577 class reprcrash:
2578 pass
2579
2580 def check(msg, width, expected):
2581 class DummyTerminalWriter:

Callers 1

checkFunction · 0.70

Calls

no outgoing calls

Tested by 1

checkFunction · 0.56