joshdk / go-junit

🐜 Go library for ingesting JUnit XML reports
MIT License
59 stars 21 forks source link

Make Test status type public #14

Closed arjunpur closed 5 years ago

arjunpur commented 5 years ago

I would like to use the status type (https://github.com/joshdk/go-junit/blob/master/types.go#L7) to enforce type safety but it is currently private to the package. Could we make this public?

joshdk commented 5 years ago

Fixed by #15