summaryrefslogtreecommitdiffstats
path: root/test/t/test_qemu.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_qemu.py')
-rw-r--r--test/t/test_qemu.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_qemu.py b/test/t/test_qemu.py
index 129c0b4..0dd0a2a 100644
--- a/test/t/test_qemu.py
+++ b/test/t/test_qemu.py
@@ -9,3 +9,7 @@ class TestQemu:
@pytest.mark.complete("qemu -", require_cmd=True)
def test_2(self, completion):
assert completion
+
+ @pytest.mark.complete("qemu -k ", require_cmd=True)
+ def test_keymaps(self, completion):
+ assert any(x.lower().startswith("en") for x in completion)