Searched refs:restart_on_command_exit (Results 1 – 3 of 3) sorted by relevance
164 restart_on_command_exit: bool = True,183 self.restart_on_command_exit = restart_on_command_exit227 if self.restart_on_command_exit:
189 def test_auto_restart_subprocess_termination(tmpdir, capfd, restart_on_command_exit): argument195 …trick = AutoRestartTrick([sys.executable, script], restart_on_command_exit=restart_on_command_exit)200 if restart_on_command_exit:
759 restart_on_command_exit=args.restart_on_command_exit,