Lines Matching refs:stub_with
80 self.god.stub_with(drones, 'AUTOTEST_INSTALL_DIR',
83 self.god.stub_with(self.manager, '_results_dir', self._RESULTS_DIR)
90 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing)
336 self.god.stub_with(self.manager, '_get_max_pidfile_refreshes',
375 self.god.stub_with(drones, 'AUTOTEST_INSTALL_DIR',
378 self.god.stub_with(self.manager, '_results_dir', self._RESULTS_DIR)
385 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing)
399 self.god.stub_with(self._DRONE_CLASS, '_drone_utility_path',
452 self.god.stub_with(drone_manager, '_the_instance', self.manager)
492 self.god.stub_with(local_drone, '_host', mock_host)