Ejemplo n.º 1
0
def test_error():
    with pytest.raises(sm.SislError):
        raise sm.SislError('This is an error')
Ejemplo n.º 2
0
def test_error():
    raise sm.SislError('This is an error')