-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Case sensitivity for --filter #3181
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
Comments
Maybe. You can also pass a regular expression that works in a case insensitive way. |
This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions. |
passing a regular expression is more complex. I still think that being case insensitive for the simple matching would make more sense. |
Currently, the matching of tests for
--filter
is case sensitive. It happens a lot to me that no tests are running at all, due to writing the filter all in lowercase rather than putting capital letters matching the test name.Would it make sense to perform a case-insensitive match instead ?
The text was updated successfully, but these errors were encountered: