-
Notifications
You must be signed in to change notification settings - Fork 34
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
refactor(starknet_integration_tests): add TestScenario to enable testing different scenarios #3795
Conversation
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.
Reviewable status: 0 of 3 files reviewed, 1 unresolved discussion (waiting on @Yael-Starkware)
crates/starknet_integration_tests/src/utils.rs
line 64 at r1 (raw file):
const N_TXS_IN_FIRST_BLOCK: usize = 2; pub enum TestScenario {
Looks like a test scenario should actually be a trait?
f6f3c8b
to
72d83ce
Compare
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.
Reviewable status: 0 of 3 files reviewed, 1 unresolved discussion (waiting on @alonh5)
crates/starknet_integration_tests/src/utils.rs
line 64 at r1 (raw file):
Previously, alonh5 (Alon Haramati) wrote…
Looks like a test scenario should actually be a trait?
great idea, thanks!
done.
e58d457
to
65c0136
Compare
…ing different scenarios
65c0136
to
df1764f
Compare
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 216 of 216 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Yael-Starkware)
No description provided.