Classes | Functions | Variables
tests_aio.unit.wait_for_ready_test Namespace Reference

Classes

class  TestWaitForReady
 

Functions

def _perform_stream_stream (stub, wait_for_ready)
 
def _perform_stream_unary (stub, wait_for_ready)
 
def _perform_unary_stream (stub, wait_for_ready)
 
def _perform_unary_unary (stub, wait_for_ready)
 

Variables

int _NUM_STREAM_RESPONSES = 5
 
int _REQUEST_PAYLOAD_SIZE = 7
 
int _RESPONSE_PAYLOAD_SIZE = 42
 
tuple _RPC_ACTIONS
 
 level
 
 verbosity
 

Function Documentation

◆ _perform_stream_stream()

def tests_aio.unit.wait_for_ready_test._perform_stream_stream (   stub,
  wait_for_ready 
)
private

Definition at line 73 of file wait_for_ready_test.py.

◆ _perform_stream_unary()

def tests_aio.unit.wait_for_ready_test._perform_stream_unary (   stub,
  wait_for_ready 
)
private

Definition at line 60 of file wait_for_ready_test.py.

◆ _perform_unary_stream()

def tests_aio.unit.wait_for_ready_test._perform_unary_stream (   stub,
  wait_for_ready 
)
private

Definition at line 45 of file wait_for_ready_test.py.

◆ _perform_unary_unary()

def tests_aio.unit.wait_for_ready_test._perform_unary_unary (   stub,
  wait_for_ready 
)
private

Definition at line 39 of file wait_for_ready_test.py.

Variable Documentation

◆ _NUM_STREAM_RESPONSES

int tests_aio.unit.wait_for_ready_test._NUM_STREAM_RESPONSES = 5
private

Definition at line 34 of file wait_for_ready_test.py.

◆ _REQUEST_PAYLOAD_SIZE

int tests_aio.unit.wait_for_ready_test._REQUEST_PAYLOAD_SIZE = 7
private

Definition at line 35 of file wait_for_ready_test.py.

◆ _RESPONSE_PAYLOAD_SIZE

int tests_aio.unit.wait_for_ready_test._RESPONSE_PAYLOAD_SIZE = 42
private

Definition at line 36 of file wait_for_ready_test.py.

◆ _RPC_ACTIONS

tuple tests_aio.unit.wait_for_ready_test._RPC_ACTIONS
private
Initial value:
1 = (
2  _perform_unary_unary,
3  _perform_unary_stream,
4  _perform_stream_unary,
5  _perform_stream_stream,
6 )

Definition at line 90 of file wait_for_ready_test.py.

◆ level

tests_aio.unit.wait_for_ready_test.level

Definition at line 150 of file wait_for_ready_test.py.

◆ verbosity

tests_aio.unit.wait_for_ready_test.verbosity

Definition at line 151 of file wait_for_ready_test.py.



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