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

Test runner: Ability to customize test command #18398

Open
1 task done
ytham opened this issue Sep 26, 2024 · 0 comments
Open
1 task done

Test runner: Ability to customize test command #18398

ytham opened this issue Sep 26, 2024 · 0 comments
Labels
admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue

Comments

@ytham
Copy link

ytham commented Sep 26, 2024

Check for existing issues

  • Completed

Describe the feature

I'd like the ability to customize the test runner command so that it can display backtraces. Right now, when I click the ▷ symbol next to a Rust test, it will run

cargo test -p <crate> <testname> -- --nocapture

But it'd sure be nice to be able to add/remove flags, tmp env vars, etc.

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@ytham ytham added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

No branches or pull requests

1 participant