()
| 37 | |
| 38 | |
| 39 | def test_truncated_text(): |
| 40 | urwid.set_encoding("utf8") |
| 41 | half_width_text = common.TruncatedText("Half-width", []) |
| 42 | full_width_text = common.TruncatedText("FULL-WIDTH", []) |
| 43 | assert half_width_text.render((10,)) |
| 44 | assert full_width_text.render((10,)) |
nothing calls this directly
no test coverage detected
searching dependent graphs…