コード例 #1
0
ファイル: test_comms.py プロジェクト: tomMoral/distributed
def test_inproc_comm_closed_explicit():
    yield check_comm_closed_explicit(inproc.new_address())
コード例 #2
0
ファイル: test_comms.py プロジェクト: tomMoral/distributed
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
ファイル: test_comms.py プロジェクト: tomMoral/distributed
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
ファイル: test_comms.py プロジェクト: sublinus/distributed
async def test_inproc_connect_timeout():
    await check_connect_timeout(inproc.new_address())
コード例 #8
0
ファイル: test_comms.py プロジェクト: sublinus/distributed
async def test_inproc_comm_closed_explicit():
    await check_comm_closed_explicit(inproc.new_address())
コード例 #9
0
ファイル: test_comms.py プロジェクト: sublinus/distributed
async def test_inproc_client_server():
    await check_client_server("inproc://", inproc_check())
    await check_client_server(inproc.new_address(), inproc_check())