예제 #1
0
파일: test_slots.py 프로젝트: zoovu/rasa
def test_bool_from_any_raises_type_error():
    with pytest.raises(TypeError):
        bool_from_any(None)
예제 #2
0
파일: test_slots.py 프로젝트: zoovu/rasa
def test_bool_from_any_raises_value_error():
    with pytest.raises(ValueError):
        bool_from_any("abc")