Skip to content

py2many tests/cases/assert.py fails #13

Description

@jayvdb

https://github.com/adsharma/py2many/blob/main/tests/cases/assert.py is roughly

#!/usr/bin/env python3


def compare_assert(a: int, b: int):
    assert a == b
    assert not (0 == 1)


if __name__ == "__main__":
    assert True
    assert not False
    compare_assert(1, 1)
    ...

The assert of compare_assert fails, with a ruby "unhandled exception"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions