-
-
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
junitxml "tests" attribute on the "testsuite" tag should be a tally of all the tests in the testsuite, including "error" tests #1798
Comments
nicoddemus
added a commit
that referenced
this issue
Aug 8, 2016
Fix #1798 to include errors in total tests in junit xml output.
This was referenced Aug 19, 2016
This was referenced Nov 15, 2017
Merged
This was referenced Nov 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The JUnit schema documents the "tests" attribute on the "testsuite" tag as being "The total number of tests in the suite".
In pytest, the tally doesn't appear to include tests that resulted in an error: junitxml.py
The text was updated successfully, but these errors were encountered: