[lang-ref] ( parse_int_empty ) ( python )

def test_parse_int_empty():
    # ValueError
    # this test is for atoi trap on C/C++
    with pytest.raises(ValueError):
        int('')