[lang-ref] ( assert_true ) ( python )

def test_assert_true():
    # assert x
    r = (1 + 1 == 2)
    assert r