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