# This is a blocking call. So the process should be killed by the thread
runner.wait()
thread.join() assertnot runner.is_running()
def test_stop_interactive(runner): """Bug 965183: Explicitely stop process in interactive mode"""
runner.start(interactive=True)
runner.stop()
def test_wait_after_process_finished(runner): """Wait after the process has been stopped should not raise an error"""
runner.start(interactive=True)
sleep(1)
runner.process_handler.kill()
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.