Use the new native screen class

This commit is contained in:
Kovid Goyal
2016-11-18 15:30:59 +05:30
parent 6c39b07552
commit 3ce2c0553f
20 changed files with 75 additions and 2388 deletions

View File

@@ -41,7 +41,7 @@ class TestScreen(BaseTest):
cd = CmdDump()
if isinstance(x, str):
x = x.encode('utf-8')
parse_bytes_dump(s, x, cd)
parse_bytes_dump(cd, s, x)
self.ae(tuple(cd), cmds)
def test_simple_parsing(self):