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

Support /TestCaseFilter and /Tests arguments at the same time #2371

Merged
merged 2 commits into from
May 11, 2020

Conversation

NGloreous
Copy link
Contributor

Description

My team has a scenario where I want to be able to pass both the /TestCaseFilter and the /Tests arguments at the same time (yes I know this doesn't seem like it should be necessary but we do have this use case). Right now vstest throws an exception if both are provided but I can't find a reason why. Digging through the code everything is piped through properly and works as expected.

@nohwnd
Copy link
Member

nohwnd commented Mar 24, 2020

I also can't think about a reason why those parameters should not be compatible. Did you look into vstest-docs for any clues?

@NGloreous
Copy link
Contributor Author

@nohwnd yes I looked at the docs. They have a note saying they can't be used together but no context on why. Also it looks like the code has been like this since this repo was created. Not sure where the code lived before that. My guess is someone thought there is no need to specify both?

@nohwnd nohwnd merged commit bcad654 into microsoft:master May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants