Go to the source code of this file.
Classes | |
class | tests_aio.unit.timeout_test._GenericHandler |
class | tests_aio.unit.timeout_test.TestTimeout |
Namespaces | |
tests_aio.unit.timeout_test | |
Functions | |
def | tests_aio.unit.timeout_test._start_test_server () |
def | tests_aio.unit.timeout_test._test_sleepy_stream_stream (unused_request_iterator, context) |
def | tests_aio.unit.timeout_test._test_sleepy_stream_unary (unused_request_iterator, context) |
def | tests_aio.unit.timeout_test._test_sleepy_unary_stream (unused_request, unused_context) |
def | tests_aio.unit.timeout_test._test_sleepy_unary_unary (unused_request, unused_context) |
Variables | |
string | tests_aio.unit.timeout_test._REQUEST = b'\x00\x00\x00' |
string | tests_aio.unit.timeout_test._RESPONSE = b'\x01\x01\x01' |
dictionary | tests_aio.unit.timeout_test._ROUTING_TABLE |
tests_aio.unit.timeout_test._SLEEP_TIME_UNIT_S = datetime.timedelta(seconds=1).total_seconds() | |
string | tests_aio.unit.timeout_test._TEST_SLEEPY_STREAM_STREAM = '/test/Test/SleepyStreamStream' |
string | tests_aio.unit.timeout_test._TEST_SLEEPY_STREAM_UNARY = '/test/Test/SleepyStreamUnary' |
string | tests_aio.unit.timeout_test._TEST_SLEEPY_UNARY_STREAM = '/test/Test/SleepyUnaryStream' |
string | tests_aio.unit.timeout_test._TEST_SLEEPY_UNARY_UNARY = '/test/Test/SleepyUnaryUnary' |
tests_aio.unit.timeout_test.level | |
tests_aio.unit.timeout_test.verbosity | |