-
Notifications
You must be signed in to change notification settings - Fork 65
starknet_os: remove program input for python tests #7672
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
starknet_os: remove program input for python tests #7672
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
818d282 to
9edf3b1
Compare
|
Benchmark movements: No major performance changes detected. |
nimrod-starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The python tests test_aliases, test_bls_field pass locally by simply ignoring the program
I'll open a PR on top of this one to move the tests to be rust tests and delete them from python.
Reviewable status: 0 of 7 files reviewed, all discussions resolved (waiting on @amosStarkware and @dorimedini-starkware)
dorimedini-starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 7 of 7 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @amosStarkware)
crates/starknet_committer_and_os_cli/src/os_cli/tests/bls_field.rs line 0 at r1 (raw file):
are the dead_code annotations in this module still required?

No description provided.