-
Notifications
You must be signed in to change notification settings - Fork 138
xmlrunner: Expose python docstrings as comments in the XML result file #214
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #214 +/- ##
=======================================
Coverage 99.52% 99.53%
=======================================
Files 14 14
Lines 1482 1490 +8
=======================================
+ Hits 1475 1483 +8
Misses 7 7 Continue to review full report at Codecov.
|
5cdaa5e
to
2ee3ec4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add positive / negative testcases; and in particular, please cover cases where __doc__
looks like xml.
b0c84bc
to
37b7809
Compare
I added the positive/negative testcases. As far as I can see the build fails but it is due to |
37b7809
to
db4540e
Compare
These comments could for instance be retrieved by XSLT to add description to test title.
db4540e
to
3fe2e4b
Compare
These comments could for instance be retrieved by XSLT to add
description to test title.