Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

~! would be a useful test filter criteria #197

Open
paeppers opened this issue Jul 3, 2019 · 1 comment
Open

~! would be a useful test filter criteria #197

paeppers opened this issue Jul 3, 2019 · 1 comment

Comments

@paeppers
Copy link

paeppers commented Jul 3, 2019

Is there not a generic way to specify "run only tests that don't match these class names"? Ideally want to chain (ClassName !~<Example>)&(ClassName !~<Example>)&....

Allowed operators:
    = implies an exact match
    != implies an exact not match
    ~ implies a contains lookup
@guillaume86
Copy link

Seems like !~ exists but is not documented, see #172

What would also be pretty useful is a not ! operator to easily reuse filters for tests splitting (in azure pipelines for example).

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

No branches or pull requests

2 participants