Ejemplo n.º 1
0
def test_loopbackcomm_seek():
    with pytest.raises(NotImplementedError):
        comm = LoopbackCommunicator()
        comm.seek(1)
Ejemplo n.º 2
0
def test_loopbackcomm_seek():
    with pytest.raises(NotImplementedError):
        comm = LoopbackCommunicator()
        comm.seek(1)
Ejemplo n.º 3
0
def test_loopbackcomm_seek():
    comm = LoopbackCommunicator()
    comm.seek(1)