| 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: |