Exemplo n.º 1
0
def test_tcp_timeout():
    with pytest.raises(TimeoutError):
        yield wait_for_tcp(host='localhost', port=2222, timeout=2)
Exemplo n.º 2
0
def test_tcp_timeout():
    with pytest.raises(TimeoutError):
        yield wait_for_tcp(host='localhost', port=2222, timeout=2)
Exemplo n.º 3
0
def test_tcp():
    yield wait_for_tcp(host='localhost', port=2345)
Exemplo n.º 4
0
def test_tcp():
    yield wait_for_tcp(host='localhost', port=2345)