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