Ejemplo n.º 1
0
def test_bad_get_orientation():
    modelchain.get_orientation('bad value')
Ejemplo n.º 2
0
def test_bad_get_orientation():
    modelchain.get_orientation('bad value')
Ejemplo n.º 3
0
def test_bad_get_orientation():
    with pytest.raises(ValueError):
        modelchain.get_orientation('bad value')
Ejemplo n.º 4
0
def test_bad_get_orientation():
    with pytest.raises(ValueError):
        modelchain.get_orientation('bad value')