[lang-ref] ( parse_int_empty ) ( python )

def test_parse_int_empty():
    with pytest.raises(ValueError):
        assert int('')