def test_usbtmccomm_seek(mock_usbtmc):
    with pytest.raises(NotImplementedError):
        comm = USBTMCCommunicator()
        comm.seek(1)
示例#2
0
def test_usbtmccomm_seek(mock_usbtmc):
    comm = USBTMCCommunicator()
    comm.seek(1)
示例#3
0
def test_usbtmccomm_seek(mock_usbtmc):
    with pytest.raises(NotImplementedError):
        comm = USBTMCCommunicator()
        comm.seek(1)