-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
chore: deprecate run itests #26444
chore: deprecate run itests #26444
Conversation
…my_deno into deprecate_run_tests
@dsherret Could you please review this PR? |
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.
LGTM
I just managed to type the above comment on the review page between my browser freezing lol. Reviewed by looking at a git diff of this PR against main. Thanks a lot @MohammadSu1! This is a ton of work and is slowly moving the code in a better place. |
chore: deprecate run itests
This PR is part of solving #22907.
The run_tests.rs file was deprecated in this PR, and the tests were moved under specs/run.
Additionally, the related files under testdata/run were removed.