Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py2many tests/cases/assert.py fails #13

Open
jayvdb opened this issue Jul 1, 2021 · 0 comments
Open

py2many tests/cases/assert.py fails #13

jayvdb opened this issue Jul 1, 2021 · 0 comments

Comments

@jayvdb
Copy link

jayvdb commented Jul 1, 2021

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant