-
Notifications
You must be signed in to change notification settings - Fork 27
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
Adding Support for UnitTest Style Tests #51
Comments
It appears that the tests augmented with pytest-flakefinder plugin do not repeat in a |
Unittest tests do not supported fixture parameterization, this won't change |
@RonnyPfannschmidt Would this be reasonable to document, and then close, as it's not fixable? |
This ought to be documented as limitation imposed by the core unittesting plugin which doesn't support parameterization |
Ah. It's already documented |
@RonnyPfannschmidt Thanks for your thoughts on these issues. |
If it's too easy to miss, maybe there is a way to make the reader stumble More to The point |
I find the plugin pytest-flakefinder (https://github.com/dropbox/pytest-flakefinder), which seems to support UnitTest Style Tests already. You may want to refer to this file:
https://github.com/dropbox/pytest-flakefinder/blob/master/tests/test_flakefinder.py
Do you think it helpful for pytest-repeat?
The text was updated successfully, but these errors were encountered: