-
Notifications
You must be signed in to change notification settings - Fork 89
Add optional condition to marker #147
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
Conversation
86727d5
to
14e133c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. I think, that the addition of this kind of condition is still within the scope of this package, although it overlaps somehow with the possibility to only rerun certain errors.
The only thing I really want to know is the intention of the warning, otherwise I like the PR.
91deb02
to
372a664
Compare
372a664
to
4a120d5
Compare
The use case we have in pytest-html is that we have a test that is flaky only on Windows, so I'd like that test to re-run on the condition that it is running in a Windows environment.
@gnikonorov