-
Notifications
You must be signed in to change notification settings - Fork 41
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
Test passes but is reported as failed #59
Comments
Do you have any idea how to circumvent that? |
Actually, seems caused by running pytest with |
It's documented here, unsure what the fix could be... |
I've tested by writing to a file but it does not seem executed at all, even on the slave 🤔 |
As a workaround I've created a .pytest.ini which sets [pytest]
addopts = -n 0 |
Hello, I've encountered the same problem this days. Without
The output panel shows success,
There is a non-parametrized element (the first one) that Also, messages in the log file seem to be duplicated. I have not bisected the git history, but problem is not present in |
@martinparadiso You hit a separate issue with parameterized tests that has now been fixed in the latest commit |
I tested this workaround, it also work if I replace the setting in my pyproject.toml. |
Funny thing:
How can I troubleshoot this?
The text was updated successfully, but these errors were encountered: