Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/
Dconsole_test.py244 def testImportFlasher(self, mock_issubclass, mock_importlib): argument
245 mock_issubclass.return_value = True
254 mock_issubclass.assert_called_once_with(flasher_module.Flasher,