-
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
Further work now that "cargo test" is the test runner #2988
Comments
Related port tools/http_server.py to rust #1453 . |
@ry Hey, I would like to help porting TestRepl to Rust. How should I proceed to contribute for that task? Should I create a PR porting TestRepl only? |
@jsouto18 Go for it - it would be very welcome. Here's the python code https://github.com/denoland/deno/blob/master/tools/repl_test.py The Rust version should end up here https://github.com/denoland/deno/blob/master/cli/tests/integration_tests.rs |
Remaining tests were ported in #4200 |
As of 56ac638, "cargo test" is the main and only test runner. test.py is gone.
Currently the "cargo test" test runner calls into python to launch the tests. See //cli/tests/integration_tests.rs
//tests
symlink - which requires carefully updating many references in the code base.The text was updated successfully, but these errors were encountered: