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

Add CI for RustPython/Ruff tests #83

Open
DimitrisJim opened this issue Jun 11, 2023 · 2 comments
Open

Add CI for RustPython/Ruff tests #83

DimitrisJim opened this issue Jun 11, 2023 · 2 comments

Comments

@DimitrisJim
Copy link
Member

DimitrisJim commented Jun 11, 2023

Instead of only running Rust tests, we should also add jobs for running RustPythons (and Ruffs if there's the desire?) tests with every PR.

This will result in a larger wait time but should catch some confusing bugs, i.e RustPython/RustPython#4995

@youknowone
Copy link
Member

I'd like to suggest to create tests using this test https://github.com/RustPython/Parser/blob/main/ast-pyo3/test_ast.py
We don't need to run RustPython but still can test if the parser result is same as CPython.

@DimitrisJim
Copy link
Member Author

Was thinking more along the lines of a subset, i.e test_grammar.py etc. Anything basically related to parsing would be nice to have.

If it's too much of a hassle, having at least something would definitely be good.

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

2 participants