[lang-ref] ( parse_int_contains_alphabet ) ( python )

def test_parse_int_contains_alphabet():
    with pytest.raises(ValueError):
        assert int('5a')