hwid_lib_unittest.py | 47 def validate_exception(self, exception, *args): member in class:HwIdUnittests 59 self.validate_exception(ValueError, None, None, None) 64 self.validate_exception(ValueError, 'hwid', 'invalid_info_type', None) 69 self.validate_exception(IOError, 'hwid', hwid_lib.HWID_INFO_BOM, 76 self.validate_exception(hwid_lib.HwIdException, 'hwid', 86 self.validate_exception(hwid_lib.HwIdException, 'hwid',
|