Ejemplo n.º 1
0
def test_usbtmccomm_tell(mock_usbtmc):
    with pytest.raises(NotImplementedError):
        comm = USBTMCCommunicator()
        comm.tell()
Ejemplo n.º 2
0
def test_usbtmccomm_tell(mock_usbtmc):
    comm = USBTMCCommunicator()
    comm.tell()
Ejemplo n.º 3
0
def test_usbtmccomm_tell(mock_usbtmc):
    with pytest.raises(NotImplementedError):
        comm = USBTMCCommunicator()
        comm.tell()