Go to the source code of this file.
Classes | |
class | tests.unit._exit_test.ExitTest |
Namespaces | |
tests.unit._exit_test | |
Functions | |
def | tests.unit._exit_test._process_wait_with_timeout (process, timeout=WAIT_CHECK_DEFAULT_TIMEOUT) |
def | tests.unit._exit_test.cleanup_processes () |
def | tests.unit._exit_test.interrupt_and_wait (process) |
def | tests.unit._exit_test.wait (process) |
Variables | |
list | tests.unit._exit_test.BASE_COMMAND = [INTERPRETER, SCENARIO_FILE] |
list | tests.unit._exit_test.BASE_SIGTERM_COMMAND = BASE_COMMAND + ['--wait_for_interrupt'] |
tests.unit._exit_test.INIT_TIME = datetime.timedelta(seconds=1) | |
tests.unit._exit_test.INTERPRETER = sys.executable | |
tests.unit._exit_test.level | |
tests.unit._exit_test.process_lock = threading.Lock() | |
list | tests.unit._exit_test.processes = [] |
tests.unit._exit_test.SCENARIO_FILE | |
tests.unit._exit_test.verbosity | |
tests.unit._exit_test.WAIT_CHECK_DEFAULT_TIMEOUT = datetime.timedelta(seconds=5) | |
tests.unit._exit_test.WAIT_CHECK_INTERVAL = datetime.timedelta(milliseconds=100) | |