-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add JUnit XML output to the unittest module #2088
Labels
Comments
A full description of JUnit XML: http://a.pomf.se/gddsul.html, also pasted here in case the site goes down.
|
Looks like this is THE most supported test output format, so this sounds like a great idea to me. Would a simple |
Please also fix #460 while you're at it. |
I think this issue can be closed, looks like it's implemented in #5556? |
Thank you for pointing that out! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would allow for tighter integration with various CI tools. JUnit XML is relativly simple:
However, I do understand if this is not desirable in the standard distribution, in which case I would like for there to be a way of choosing a custom test reporter so that
unittest
can be extended from client code.I'm willing to implement this feature, but I'd like some discussion about it first.
The text was updated successfully, but these errors were encountered: