From f4acb49ea148cdd899f7f29f1591c7bc853c2135 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:03:18 +0200 Subject: Adding upstream version 1:2.12.0. Signed-off-by: Daniel Baumann --- test/t/test_xev.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/t/test_xev.py (limited to 'test/t/test_xev.py') diff --git a/test/t/test_xev.py b/test/t/test_xev.py new file mode 100644 index 0000000..3ced4e0 --- /dev/null +++ b/test/t/test_xev.py @@ -0,0 +1,11 @@ +import pytest + + +class TestXev: + @pytest.mark.complete("xev ") + def test_basic(self, completion): + assert not completion + + @pytest.mark.complete("xev -", require_cmd=True) + def test_options(self, completion): + assert completion -- cgit v1.2.3