minigo icon indicating copy to clipboard operation
minigo copied to clipboard

Change test.sh to output JUnit-XML

Open artasparks opened this issue 6 years ago • 0 comments

We should change test.sh to output XML -- then Prow will split up the tests into separate sections. I think that's trivial with the current setup, coming from this post.

Basically, just need to use py.test --junitxml results.xml tests.py or similar.

Another option is just to use Bazel for everything, which has this feature in a language-agnostic way.

artasparks avatar Apr 28 '18 22:04 artasparks