I would like Python tests to be supported by the test reporter./
Using the Java JUNIT format with unittest-xml-reporting seems to work decently, but I don't seem to get a traceback with failed tests:

Could this be fixed (or have a proper supported Python type)? The traceback does exist in the XML, so maybe we could have an option to turn the parsing of it off?
Thanks!
I would like Python tests to be supported by the test reporter./
Using the Java JUNIT format with unittest-xml-reporting seems to work decently, but I don't seem to get a traceback with failed tests:
Could this be fixed (or have a proper supported Python type)? The traceback does exist in the XML, so maybe we could have an option to turn the parsing of it off?
Thanks!