-
Notifications
You must be signed in to change notification settings - Fork 84
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
Flaky in last test and fixtures more than a function #126
Comments
ShurikMen
changed the title
Incorrect work with parameterization
Flaky with parameterization and class scope fixtures
Sep 17, 2020
ShurikMen
changed the title
Flaky with parameterization and class scope fixtures
Flaky in last test and fixtures more than a function
Sep 17, 2020
Maybe this issue is similar to #51. |
Yes, it's the same problem. |
bstaletic
added a commit
to bstaletic/ycmd
that referenced
this issue
Oct 12, 2020
bstaletic
added a commit
to bstaletic/ycmd
that referenced
this issue
Oct 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If last test mark as flaky and it failed, then for each rerun all fixtures above function are restarted too.
Result:
This happens when nextitem is none in pytest_runtest_protocol. If you add an empty test to the end, the fixtures will not be restarted.
Result:
How correct is this decision?
The text was updated successfully, but these errors were encountered: