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

debt(forge): remove testFail* #9574

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

debt(forge): remove testFail* #9574

wants to merge 4 commits into from

Conversation

yash-atreya
Copy link
Member

Motivation

Closes #4437

Solution

@yash-atreya yash-atreya added T-likely-breaking Type: requires changes that can be breaking C-forge Command: forge Cmd-forge-test Command: forge test labels Dec 18, 2024
@@ -472,9 +472,20 @@ impl<'a> FunctionRunner<'a> {
return self.result;
}

let test_fail_deprecation = |should_fail: bool| {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we want to deprecate with a warning first for 0.3?

Copy link
Member Author

@yash-atreya yash-atreya Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! Ptal #9581

@yash-atreya yash-atreya changed the title debt(forge): deprecate testFail* debt(forge): remove testFail* Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-forge Command: forge Cmd-forge-test Command: forge test T-likely-breaking Type: requires changes that can be breaking
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

debt: deprecate testFail*
2 participants