File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,16 @@ You may also find these resources useful:
2424
2525- https://stackoverflow.com/questions/4922867/what-is-the-junit-xml-format-specification-that-hudson-supports
2626- https://stackoverflow.com/questions/11241781/python-unittests-in-jenkins
27+ - [ Jenkins (junit-10.xsd)] ( https://github.com/jenkinsci/xunit-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd )
28+ - [ JUnit-Schema (JUnit.xsd)] ( https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd )
29+ - [ Windyroad (JUnit.xsd)] ( http://windyroad.com.au/dl/Open%20Source/JUnit.xsd )
30+ - [ a gist (Jenkins xUnit test result schema)] ( https://gist.github.com/erikd/4192748 )
31+
32+ ## Things that are somewhat broken
33+
34+ Python 3 has the concept of sub-tests for a ` unittest.TestCase ` ; this doesn't map well to an existing
35+ xUnit concept, so you won't find it in the schema. What that means, is that you lose some granularity
36+ in the reports for sub-tests.
2737
2838## Requirements
2939
You can’t perform that action at this time.
0 commit comments