- Notifications
You must be signed in to change notification settings - Fork140
xmlrunner: Expose python test class docstrings as comments in the XML result file#270
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
… result file* xmlrunner: Expose python test class docstrings as comments in the XML result fileThese comments could for instance be retrieved by XSLT to adddescription to test suite.* tests: Added Python Docstring to test new support
@oliviermartin , PR looks okay but it would be good to have a testcase to leverage these. |
codecov-commenter commentedJul 25, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #270 +/- ##==========================================- Coverage 94.87% 94.70% -0.18%========================================== Files 12 12 Lines 1542 1549 +7 ==========================================+ Hits 1463 1467 +4- Misses 79 82 +3
Continue to review full report at Codecov.
|
In the same principle as the PR I sent 2 years ago:#214 But this time is to add comments to 'testsuite' XML nodes.
These comments could for instance be retrieved by XSLT to add
description to test suite.