Lines Matching +full:self +full:- +full:test
2 # SPDX-License-Identifier: GPL-2.0
3 # -*- coding: utf-8 -*-
15 logger = logging.getLogger("hidtools.test.usb")
42 0x15, 0x81, # ....Logical Minimum (-127) 42
53 def __init__(self, name=None, input_info=None): argument
60 def is_ready(self): argument
65 def get_evdev(self, application=None): argument
71 Test class to test if an emulated USB device crashes
78 # def usbVidPid(self, request):
82 def new_uhdev(self, usbVidPid, request): argument
83 self.module, self.vid, self.pid = usbVidPid
84 self._load_kernel_module(None, self.module)
85 return USBDev(input_info=(3, self.vid, self.pid))
87 def test_creation(self): argument
100 The test is empty as the fixture `check_taint` is doing the job (and