Home
last modified time | relevance | path

Searched refs:libinput_debug_tool (Results 1 – 1 of 1) sorted by relevance

/third_party/libinput/tools/
Dtest_tool_option_parsing.py143 def libinput_debug_tool(request): function
184 def test_udev_seat(libinput_debug_tool): argument
185 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): argument
192 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 …]