Bug fixes in -x, things should read better now.
This commit is contained in:
@@ -334,6 +334,7 @@ def test_large_insertion_echo_speaks_pasted_cursor_text():
|
||||
is_delta=Mock(return_value=True),
|
||||
)
|
||||
env = {
|
||||
"commandsIgnore": {"onScreenUpdate": {"INCOMING_IGNORE": False}},
|
||||
"runtime": {
|
||||
"InputManager": input_manager,
|
||||
"OutputManager": output_manager,
|
||||
@@ -357,6 +358,7 @@ def test_large_insertion_echo_speaks_pasted_cursor_text():
|
||||
announce_capital=True,
|
||||
flush=False,
|
||||
)
|
||||
assert env["commandsIgnore"]["onScreenUpdate"]["INCOMING_IGNORE"] is True
|
||||
|
||||
|
||||
@pytest.mark.unit
|
||||
@@ -377,6 +379,7 @@ def test_large_insertion_echo_defers_recent_tab_to_tab_completion():
|
||||
is_delta=Mock(return_value=True),
|
||||
)
|
||||
env = {
|
||||
"commandsIgnore": {"onScreenUpdate": {"INCOMING_IGNORE": False}},
|
||||
"runtime": {
|
||||
"InputManager": input_manager,
|
||||
"OutputManager": output_manager,
|
||||
@@ -395,3 +398,4 @@ def test_large_insertion_echo_defers_recent_tab_to_tab_completion():
|
||||
command.run()
|
||||
|
||||
output_manager.present_text.assert_not_called()
|
||||
assert env["commandsIgnore"]["onScreenUpdate"]["INCOMING_IGNORE"] is False
|
||||
|
||||
Reference in New Issue
Block a user