Example #1
0
def test_http_timeout():
    with pytest.raises(TimeoutError):
        yield wait_for_http(host='localhost', port=2222, timeout=2)
Example #2
0
def test_http_timeout():
    with pytest.raises(TimeoutError):
        yield wait_for_http(host='localhost', port=2222, timeout=2)
Example #3
0
def test_http():
    yield wait_for_http(host='localhost', port=2345)
Example #4
0
def test_http():
    yield wait_for_http(host='localhost', port=2345)