jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
764 stars 222 forks source link

Can't use the types to unmarshal junit #92

Closed johnSchnake closed 4 years ago

johnSchnake commented 4 years ago

Effectively, I would assume that I could use the types defined here to marshal/unmarshal the data repeatedly but that just isnt the case.

See https://github.com/heptio/sonobuoy/issues/849 for details but effectively I think the testsuite/testcases just need and additional annotation to facilitate this.