-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
When an xfail marked test passes(xpass), the report.outcome value shows as 'failed' #1546
Comments
this one is an artifact of xpass being a failure before, xpass got changed to be more forgiving by default |
I think so... could you take a look @RonnyPfannschmidt? |
Should we do this for 3.0 as it's backwards-incompatible but probably relatively straightforward? |
That would be on master branch, right? |
@hackebrot I don't understand the question - are you asking if @gprasad84 is seeing this output on |
@The-Compiler Sorry about that. Looking into the issue right now and I was wondering if that change would go to master or features. |
While it is strictly speaking a bugfix, it might actually cause some trouble as it's backwards-incompatible. So I'd say to |
When an xfail marked test passes(xpass), the report.outcome value is 'failed'. Since the xfail test passed shouldnt the outcome of the test be 'passed' ?
Running pytest (2.9.1), py (1.4.31) on Mac OSX
Snippet of the console output
The text was updated successfully, but these errors were encountered: