D | test_handlers.py | 5 # SPDX-License-Identifier: Apache-2.0 83 ' --device-testing option.'], None), 86 ' --device-testing option.'], ImportError), 103 def find_spec(self, fullname, path, target=None): argument 130 handler = Handler(mocked_instance, 'build', mock.Mock()) 182 handler = Handler(instance, 'build', mock.Mock()) 199 handler = Handler(mocked_instance, 'build', mock.Mock()) 223 handler = Handler(instance, 'build', mock.Mock()) 248 mock_child_neg1 = mock.Mock(pid=-1) 258 [mock.call(-1, signal.SIGTERM), mock.call(2, signal.SIGTERM)] [all …]
|