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

Add "!~" operator to test filter #1803

Merged
merged 4 commits into from Oct 22, 2018
Merged

Conversation

hgran
Copy link
Contributor

@hgran hgran commented Oct 18, 2018

Description

With this pull request I have implemented the !~ (Not Contains) filter functionality.

Related issue

This implements the enhancement requested in #1794
I have implemented tests corresponding to the tests that already exist for ~ (Contains) and I have also tested running tests using the filters:

Excluding by FQDN
/TestCaseFilter:FullyQualifiedName!~Aaa.bbb
Including by FQDN
/TestCaseFilter:FullyQualifiedName~Aaa.bbb

Excluding by test name
/TestCaseFilter:Name!~ccc
Including by test name
/TestCaseFilter:Name~ccc

The expected tests were run in all cases.

@msftclas
Copy link

msftclas commented Oct 18, 2018

CLA assistant check
All CLA requirements met.

@mayankbansal018
Copy link
Contributor

@hgran , thanks for this change, LGTM. 👍 😄

@mayankbansal018 mayankbansal018 merged commit d88fdbc into microsoft:master Oct 22, 2018
@mayankbansal018
Copy link
Contributor

fixed #1385

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.

None yet

4 participants