Example #1
0
def test_inproc_comm_closed_explicit():
    yield check_comm_closed_explicit(inproc.new_address())
Example #2
0
def test_inproc_connect_timeout():
    yield check_connect_timeout(inproc.new_address())
Example #3
0
def test_inproc_connect_timeout():
    yield check_connect_timeout(inproc.new_address())
Example #4
0
def test_inproc_client_server():
    yield check_client_server('inproc://', inproc_check())
    yield check_client_server(inproc.new_address(), inproc_check())
Example #5
0
def test_inproc_comm_closed_explicit():
    yield check_comm_closed_explicit(inproc.new_address())
Example #6
0
def test_inproc_client_server():
    yield check_client_server("inproc://", inproc_check())
    yield check_client_server(inproc.new_address(), inproc_check())
Example #7
0
async def test_inproc_connect_timeout():
    await check_connect_timeout(inproc.new_address())
Example #8
0
async def test_inproc_comm_closed_explicit():
    await check_comm_closed_explicit(inproc.new_address())
Example #9
0
async def test_inproc_client_server():
    await check_client_server("inproc://", inproc_check())
    await check_client_server(inproc.new_address(), inproc_check())