def test4_really_large_contents(self):
T,E = urwid.Text, urwid.Edit
self.ltest("really large edit",
[T(u"hello"*100)], 0, 0,
["hell","ohel","lohe","lloh","ello"], None)
self.ltest("really large edit",
[E(u"", u"hello"*100)], 0, 0,
["hell","ohel","lohe","lloh","llo "], (3,4))
评论列表
文章目录