junitparser
junitparser copied to clipboard
Make TestCase support Properties tags
pytest and ctest both support adding properites to individual test cases (as noted in the attached issue). This PR updates the properties element parsing so that it now works with both test cases and test suites.
Fixes: https://github.com/weiwei/junitparser/issues/116