-
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
Internal - Deprecate usage of itest #22907
Comments
Since it's titled as "Internal": Does it mean only by Deno members, as I'm interested in converting a folder of itests to specs tests? |
No, by internal I just meant internal code. This would be a great thing for anyone to contribute! I'd really like to deprecate itest. If anyone works on this I'd recommend doing it a bit at a time so that the PRs are manageable. |
Can I pick this up? |
I'm deprecating the integration tests of |
@MohammadSu2000 @HasanAlrimawi please do! |
This PR serves as a part of #22907 . --------- Signed-off-by: David Sherret <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]> Co-authored-by: David Sherret <[email protected]>
I'm deprecating test_itests.rs |
I'm deprecating the worker_tests.rs file |
I'm deprecating the node_compat_tests.rs file |
I'm deprecating task_tests.rs |
I'm deprecating the info_tests.rs file |
I'm deprecating lint_tests.rs |
This PR is part of #22907 --------- Signed-off-by: HasanAlrimawi <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]>
I'm deprecating the npm_tests.rs |
We'd like to deprecate the usage of itest and move the tests over to https://github.com/denoland/deno/tree/main/tests/specs
The text was updated successfully, but these errors were encountered: