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