def test_serialcomm_tell():
    with pytest.raises(NotImplementedError):
        comm = SerialCommunicator(serial.Serial())
        comm.tell()
Beispiel #2
0
def test_serialcomm_tell():
    comm = SerialCommunicator(serial.Serial())
    comm.tell()
Beispiel #3
0
def test_serialcomm_tell():
    comm = SerialCommunicator(serial.Serial())
    comm.tell()