Skip to content
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

Claim all failed tests related to the same setupClass failure #2

Open
rplevka opened this issue May 17, 2018 · 0 comments
Open

Claim all failed tests related to the same setupClass failure #2

rplevka opened this issue May 17, 2018 · 0 comments

Comments

@rplevka
Copy link
Owner

rplevka commented May 17, 2018

We should figure out an efficient way of automatically claim failed tests belonging to the same class and worker.
When py.test worker gets tests assigned, it executes the setupClass fixture on the 1st test. If this one fails, it marks this and all other tests as failure with: "setupClass failed" in the errorDetails. However, only the 1st test contains stdout - thus, the current approach doesn't automatically claim the other tests, if the claiming rule relies on the stdout field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant