Exemplo n.º 1
0
def test_filecomm_timeout_setter():
    with pytest.raises(NotImplementedError):
        comm = FileCommunicator(mock.MagicMock())
        comm.timeout = 1
Exemplo n.º 2
0
def test_filecomm_timeout_setter():
    comm = FileCommunicator(mock.MagicMock())
    comm.timeout = 1