Searched refs:libinput_debug_tool (Results 1 – 1 of 1) sorted by relevance
143 def libinput_debug_tool(request): function184 def test_udev_seat(libinput_debug_tool): argument185 libinput_debug_tool.run_command_missing_arg(['--udev'])186 libinput_debug_tool.run_command_success(['--udev', 'seat0'])187 libinput_debug_tool.run_command_success(['--udev', 'seat1'])191 def test_device_arg(libinput_debug_tool): argument192 libinput_debug_tool.run_command_missing_arg(['--device'])193 libinput_debug_tool.run_command_success(['--device', '/dev/input/event0'])194 libinput_debug_tool.run_command_success(['--device', '/dev/input/event1'])195 libinput_debug_tool.run_command_success(['/dev/input/event0'])[all …]