We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c298bd3 commit bd789e2Copy full SHA for bd789e2
tests/test_screen.py
@@ -307,7 +307,7 @@ def test_set_mode():
307
assert screen.cursor.hidden
308
309
310
-def test_draw_X():
+def test_draw():
311
# ``DECAWM`` on (default).
312
screen = pyte.Screen(3, 3)
313
screen.set_mode(mo.LNM)
@@ -341,7 +341,6 @@ def test_draw_X():
341
assert (screen.cursor.y, screen.cursor.x) == (0, 3)
342
consistency_asserts(screen)
343
344
- #import pudb ; pudb.set_trace()
345
# ``IRM`` mode is on, expecting new characters to move the old ones
346
# instead of replacing them.
347
screen.set_mode(mo.IRM)
0 commit comments