junitparser
junitparser copied to clipboard
Feature Suggestion: Add properties() get method to TestCase class
Hi, junitparser has a get method TestSuite::properties(), which returns a generator, containing all properties tag:value, could you also add this to TestCase class? thank you.