-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Ignore class name pattern #1879
Comments
pytest by default will only search for classes with the
You will notice it only collected |
More specifically, I am switching from using |
I think setting In the long run, those should probably be converted parametrized plain tests though 😉 |
Also you will need to set |
Darn, this might be a lot of overhead. Is there a plan to add |
I guess so... it would have to be implemented by the |
Thanks for the information and quick response! Going to close this out for now. |
No problem, glad to help! |
It would be great to have an
ignore_python_classes
configuration pattern in conjunction withpython_classes
. This is especially useful when using private base test classes:I couldn't find an existing issue or question about this. Is there a better way of doing this than setting an ignore pattern of
_Base*
?The text was updated successfully, but these errors were encountered: