D | test_handlers.py | 4 # SPDX-License-Identifier: Apache-2.0 79 ' --device-testing option.'], None), 82 ' --device-testing option.'], ImportError), 99 def find_spec(self, fullname, path, target=None): argument 244 mock_child_neg1 = mock.Mock(pid=-1) 254 [mock.call(-1, signal.SIGTERM), mock.call(2, signal.SIGTERM)] 265 handler = BinaryHandler(instance, 'build') 266 handler.pid_fn = os.path.join('dummy', 'path', 'to', 'pid.pid') 277 os.path.join('dummy', 'path', 'to', 'pid.pid') 283 handler.pid_fn = os.path.join('dummy', 'path', 'to', 'pid.pid') [all …]
|