[lang-ref] ( to_upper ) ( python )

def test_to_upper():
    # upper
    s = 'abc'
    assert s.upper() == 'ABC'