Classes | Functions | Variables
tests.unit._server_shutdown_test Namespace Reference

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
 

Function Documentation

◆ cleanup_processes()

def tests.unit._server_shutdown_test.cleanup_processes ( )

Definition at line 42 of file _server_shutdown_test.py.

◆ wait()

def tests.unit._server_shutdown_test.wait (   process)

Definition at line 54 of file _server_shutdown_test.py.

Variable Documentation

◆ BASE_COMMAND

list tests.unit._server_shutdown_test.BASE_COMMAND = [INTERPRETER, SCENARIO_FILE]

Definition at line 34 of file _server_shutdown_test.py.

◆ INTERPRETER

tests.unit._server_shutdown_test.INTERPRETER = sys.executable

Definition at line 33 of file _server_shutdown_test.py.

◆ process_lock

tests.unit._server_shutdown_test.process_lock = threading.Lock()

Definition at line 37 of file _server_shutdown_test.py.

◆ processes

list tests.unit._server_shutdown_test.processes = []

Definition at line 36 of file _server_shutdown_test.py.

◆ SCENARIO_FILE

tests.unit._server_shutdown_test.SCENARIO_FILE
Initial value:
1 = os.path.abspath(
2  os.path.join(os.path.dirname(os.path.realpath(__file__)),
3  '_server_shutdown_scenarios.py'))

Definition at line 30 of file _server_shutdown_test.py.

◆ verbosity

tests.unit._server_shutdown_test.verbosity

Definition at line 89 of file _server_shutdown_test.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:53