mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
Separate test of write and read so we can test threading
This commit is contained in:
@@ -37,7 +37,7 @@ class TestParser(BaseTest):
|
||||
if isinstance(x, str):
|
||||
x = x.encode('utf-8')
|
||||
cmds = tuple(('draw', x) if isinstance(x, str) else tuple(map(cnv, x)) for x in cmds)
|
||||
s.test_write_data(x, cd)
|
||||
parse_bytes(s, x, cd)
|
||||
current = ''
|
||||
q = []
|
||||
for args in cd:
|
||||
|
||||
Reference in New Issue
Block a user