Example #1
0
def test_loopbackcomm_tell():
    with pytest.raises(NotImplementedError):
        comm = LoopbackCommunicator()
        comm.tell()
def test_loopbackcomm_tell():
    with pytest.raises(NotImplementedError):
        comm = LoopbackCommunicator()
        comm.tell()
Example #3
0
def test_loopbackcomm_tell():
    comm = LoopbackCommunicator()
    comm.tell()