Classes | |
class | ServerShutdown |
Functions | |
def | cleanup_processes () |
def | wait (process) |
Variables | |
list | BASE_COMMAND = [INTERPRETER, SCENARIO_FILE] |
INTERPRETER = sys.executable | |
process_lock = threading.Lock() | |
list | processes = [] |
SCENARIO_FILE | |
verbosity | |
def tests.unit._server_shutdown_test.cleanup_processes | ( | ) |
Definition at line 42 of file _server_shutdown_test.py.
def tests.unit._server_shutdown_test.wait | ( | process | ) |
Definition at line 54 of file _server_shutdown_test.py.
list tests.unit._server_shutdown_test.BASE_COMMAND = [INTERPRETER, SCENARIO_FILE] |
Definition at line 34 of file _server_shutdown_test.py.
tests.unit._server_shutdown_test.INTERPRETER = sys.executable |
Definition at line 33 of file _server_shutdown_test.py.
tests.unit._server_shutdown_test.process_lock = threading.Lock() |
Definition at line 37 of file _server_shutdown_test.py.
list tests.unit._server_shutdown_test.processes = [] |
Definition at line 36 of file _server_shutdown_test.py.
tests.unit._server_shutdown_test.SCENARIO_FILE |
Definition at line 30 of file _server_shutdown_test.py.
tests.unit._server_shutdown_test.verbosity |
Definition at line 89 of file _server_shutdown_test.py.