Public Member Functions | |
def | finalize_options (self) |
def | initialize_options (self) |
def | run (self) |
def | run_client (self) |
def | run_server (self) |
Public Attributes | |
args | |
client | |
server | |
use_asyncio | |
Static Public Attributes | |
string | description = 'run interop test client/server' |
list | user_options |
Definition at line 285 of file tests/commands.py.
def commands.RunInterop.finalize_options | ( | self | ) |
Definition at line 301 of file tests/commands.py.
def commands.RunInterop.initialize_options | ( | self | ) |
Definition at line 295 of file tests/commands.py.
def commands.RunInterop.run | ( | self | ) |
Definition at line 306 of file tests/commands.py.
def commands.RunInterop.run_client | ( | self | ) |
Definition at line 331 of file tests/commands.py.
def commands.RunInterop.run_server | ( | self | ) |
Definition at line 317 of file tests/commands.py.
commands.RunInterop.args |
Definition at line 296 of file tests/commands.py.
commands.RunInterop.client |
Definition at line 297 of file tests/commands.py.
Definition at line 287 of file tests/commands.py.
commands.RunInterop.server |
Definition at line 298 of file tests/commands.py.
commands.RunInterop.use_asyncio |
Definition at line 299 of file tests/commands.py.
|
static |
Definition at line 288 of file tests/commands.py.