Skip to content

Commit 1dea204

Browse files
authored
Update README.md
1 parent 4498b2a commit 1dea204

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)