You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability for ponytest to exclude tests based on name
Adds --exclude command line option that can be used to
exclude any tests whose name starts with the given prefix.
As part of this change, I think it makes sense to introduce
a breaking change to rename the "filter" option. It's currently
use to only run those tests that match the filter argument.
Based on the existence of "exclude", I think it makes sense to
change "filter" to "only". "Filter" is very generic. The "exclude"
option is itself a filter.
I think the options are:
1) I amend this commit to rename filter.
2) We merge this as is and do another commit to rename filter
3) We merge this as is and put the filter rename through an RFC
0 commit comments