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

Ability to run cargo test with arguments - e.g. run only single test #90

Open
AndiDog opened this issue May 11, 2017 · 0 comments
Open

Comments

@AndiDog
Copy link
Contributor

AndiDog commented May 11, 2017

In projects with many tests, you may only want to run a certain set of tests with cargo test mytestname mytest2. No idea how to implement this nicely, to be honest. My first idea was to read a file .atom-build-cargo.yml and then produce test targets for atom-build based on a user-provided list. Or use cargo test -- --list to get the actual list of tests (could be very many, though).

I could put that into .atom-build.yml myself but then would have to do all the error matching myself...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants